10 years later #1

Merged
sthag merged 374 commits from development into main 2026-03-07 00:18:59 +01:00
Showing only changes of commit a5f07468e7 - Show all commits

View file

@ -36,6 +36,6 @@ module.exports = function (eleventyConfig) {
}, },
markdownTemplateEngine: "njk", markdownTemplateEngine: "njk",
htmlTemplateEngine: "njk", htmlTemplateEngine: "njk",
templateFormats: ["html", "njk"] templateFormats: ["html", "njk", "md"]
} }
}; };