1
0
Fork 0
mirror of https://github.com/GuerillaStudio/compteur-de-greve.git synced 2024-10-09 05:19:02 +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:
Tixie 2023-03-01 20:19:57 +01:00
parent 9ec735e7a1
commit 1210dde1d7
3 changed files with 1 additions and 0 deletions

View file

@ -4,6 +4,7 @@ module.exports = function (eleventyConfig) {
eleventyConfig.addPlugin(eleventySass)
return {
htmlTemplateEngine: "njk",
dir: {
input: "src",
output: "public",