Skip to content

Commit

Permalink
Pre-process HTML files as Nunjusks template
Browse files Browse the repository at this point in the history
  • Loading branch information
helenclx committed Oct 3, 2024
1 parent f93381d commit 3412b94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eleventy.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export default function(eleventyConfig) {

return {
markdownTemplateEngine: "njk",
htmlTemplateEngine: "njk",
dir: {
input: "src"
}
Expand Down

0 comments on commit 3412b94

Please sign in to comment.