diff --git a/eleventy.config.md.js b/eleventy.config.md.js index a7fb6989..7cc15416 100644 --- a/eleventy.config.md.js +++ b/eleventy.config.md.js @@ -15,7 +15,7 @@ module.exports = function (eleventyConfig) { eleventyConfig.addPlugin(pluginTOC, { tags: ['h2', 'h3', 'h4', 'h5', 'h6'], wrapper: function (toc) { - return ``; + return ``; }, }); eleventyConfig.addPlugin(embedEverything, { add: ['soundcloud'] }); diff --git a/src/_includes/global/toc.njk b/src/_includes/global/toc.njk index 4b18a76c..0fa1ffdd 100644 --- a/src/_includes/global/toc.njk +++ b/src/_includes/global/toc.njk @@ -1,7 +1,7 @@