diff --git a/.eleventy.js b/.eleventy.js index 94d671c28..79b508792 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -36,6 +36,8 @@ module.exports = function(eleventyConfig) { eleventyConfig.addPassthroughCopy({"docs/static": "static"}); + eleventyConfig.setLiquidOptions({dynamicPartials: false}); + return { templateFormats: [ "md",