mirror of
https://github.com/GuerillaStudio/compteur-de-greve.git
synced 2025-01-22 06:00:19 +00:00
Move njk files to html extension
Because most of it is gonna be plain html, so better have html autocompletion
This commit is contained in:
parent
9ec735e7a1
commit
1210dde1d7
3 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ module.exports = function (eleventyConfig) {
|
|||
eleventyConfig.addPlugin(eleventySass)
|
||||
|
||||
return {
|
||||
htmlTemplateEngine: "njk",
|
||||
dir: {
|
||||
input: "src",
|
||||
output: "public",
|
||||
|
|
Loading…
Add table
Reference in a new issue