1
0
Fork 0

Switch rendering engine to liquid

This commit is contained in:
Ava Gaiety Wroten 2022-01-08 20:14:32 -06:00
parent 61860b5afd
commit 7c8abfae81

View file

@ -2,7 +2,6 @@ module.exports = function(eleventyConfig) {
eleventyConfig.addPassthroughCopy("./content/images");
return {
htmlTemplateEngine: "haml",
markdownTemplateEngine: "md",
dir: {
input: "./content",