Change Markdown and HTML template rendering to Vento
This commit is contained in:
parent
cb734426f9
commit
16b9ec6fc3
@ -56,8 +56,8 @@ export default function(eleventyConfig) {
|
||||
});
|
||||
|
||||
return {
|
||||
markdownTemplateEngine: "njk",
|
||||
htmlTemplateEngine: "njk",
|
||||
markdownTemplateEngine: "vto",
|
||||
htmlTemplateEngine: "vto",
|
||||
dir: {
|
||||
input: "src"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user