From 4792248aa7a9fbf961d20dd10d765292a16f552f Mon Sep 17 00:00:00 2001 From: Zach Leatherman Date: Wed, 17 Mar 2021 10:32:35 -0500 Subject: [PATCH] Fixes #63. --- .eleventy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eleventy.js b/.eleventy.js index 177cbf2..0cf4bca 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -116,7 +116,7 @@ module.exports = function(eleventyConfig) { // ----------------------------------------------------------------- // Pre-process *.md files with: (default: `liquid`) - markdownTemplateEngine: "liquid", + markdownTemplateEngine: "njk", // Pre-process *.html files with: (default: `liquid`) htmlTemplateEngine: "njk",