Adds liquid templates to templateFormats

master
Zach Leatherman 2018-09-29 23:22:27 -05:00
parent 09f5f24862
commit 68f2715f82
1 changed files with 2 additions and 1 deletions

View File

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