From 68f2715f826c6ad3ae43b176896f0ca5ff0f5156 Mon Sep 17 00:00:00 2001 From: Zach Leatherman Date: Sat, 29 Sep 2018 23:22:27 -0500 Subject: [PATCH] Adds liquid templates to templateFormats --- .eleventy.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eleventy.js b/.eleventy.js index a8eddbe..5996d4e 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -56,7 +56,8 @@ module.exports = function(eleventyConfig) { templateFormats: [ "md", "njk", - "html" + "html", + "liquid" ], // If your site lives in a different subdirectory, change this.