Adds liquid templates to templateFormats

This commit is contained in:
Zach Leatherman 2018-09-29 23:22:27 -05:00
parent 09f5f24862
commit 68f2715f82

View File

@ -56,7 +56,8 @@ module.exports = function(eleventyConfig) {
templateFormats: [ templateFormats: [
"md", "md",
"njk", "njk",
"html" "html",
"liquid"
], ],
// If your site lives in a different subdirectory, change this. // If your site lives in a different subdirectory, change this.