Pre-process HTML files as Nunjusks template
This commit is contained in:
parent
24f6f35c27
commit
da15f1a37c
|
@ -42,6 +42,7 @@ export default function(eleventyConfig) {
|
|||
|
||||
return {
|
||||
markdownTemplateEngine: "njk",
|
||||
htmlTemplateEngine: "njk",
|
||||
dir: {
|
||||
input: "src"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue