Adds liquid templates to templateFormats
This commit is contained in:
parent
09f5f24862
commit
68f2715f82
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user