cleanup unused stuff
This commit is contained in:
parent
40a4a44c52
commit
6539c2ae61
1 changed files with 0 additions and 4 deletions
|
@ -62,10 +62,6 @@ module.exports = function (eleventyConfig) {
|
||||||
.length;
|
.length;
|
||||||
});
|
});
|
||||||
|
|
||||||
eleventyConfig.addFilter('getServiceById', (services, serviceId) => {
|
|
||||||
return services.find(s => s.id === serviceId);
|
|
||||||
});
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
// Pre-process *.md files with: (default: `liquid`)
|
// Pre-process *.md files with: (default: `liquid`)
|
||||||
markdownTemplateEngine: "njk",
|
markdownTemplateEngine: "njk",
|
||||||
|
|
Loading…
Reference in a new issue