Pre-process HTML files as Nunjusks template

This commit is contained in:
Helen Chong 2024-10-03 23:02:13 +08:00
parent 24f6f35c27
commit da15f1a37c
1 changed files with 1 additions and 0 deletions

View File

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