Switch rendering engine to liquid
This commit is contained in:
parent
61860b5afd
commit
7c8abfae81
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@ module.exports = function(eleventyConfig) {
|
||||||
eleventyConfig.addPassthroughCopy("./content/images");
|
eleventyConfig.addPassthroughCopy("./content/images");
|
||||||
|
|
||||||
return {
|
return {
|
||||||
htmlTemplateEngine: "haml",
|
|
||||||
markdownTemplateEngine: "md",
|
markdownTemplateEngine: "md",
|
||||||
dir: {
|
dir: {
|
||||||
input: "./content",
|
input: "./content",
|
||||||
|
|
Loading…
Add table
Reference in a new issue