Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Jan 24, 2023
1 parent fd40e70 commit 4a1499f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion eleventy.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ module.exports = function(eleventyConfig) {

// Official plugins
eleventyConfig.addPlugin(pluginRss);
eleventyConfig.addPlugin(pluginSyntaxHighlight);
eleventyConfig.addPlugin(pluginSyntaxHighlight, {
preAttributes: { tabindex: 0 }
});
eleventyConfig.addPlugin(pluginNavigation);
eleventyConfig.addPlugin(EleventyHtmlBasePlugin);

Expand Down

0 comments on commit 4a1499f

Please sign in to comment.