Pre-process HTML files as Nunjusks template

This commit is contained in:
Leilukin 2024-10-03 23:02:13 +08:00 committed by Helen Chong
parent 5697c97794
commit 050ff58a28

View File

@ -42,6 +42,7 @@ export default function(eleventyConfig) {
return {
markdownTemplateEngine: "njk",
htmlTemplateEngine: "njk",
dir: {
input: "src"
}