Basic duckduckgo search

This commit is contained in:
Simon-Martens
2023-12-12 13:52:26 +01:00
parent 76eaaed321
commit 3010e265a7
17 changed files with 119 additions and 49 deletions

View File

@@ -180,6 +180,6 @@ module.exports = function (config) {
},
// Set template formats so that other files won't be included in dist
templateFormats: ["njk", "md", "html"]
templateFormats: ["njk", "md", "liquid", "html"]
};
};