From eb5c5d09805e01ad75864155da78d7fdc832a7d8 Mon Sep 17 00:00:00 2001 From: Simon Martens Date: Mon, 13 Feb 2023 19:07:01 +0100 Subject: [PATCH] Selbststaendige Drucke Reperatur --- .eleventy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eleventy.js b/.eleventy.js index 96b16d7..aeb5410 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -55,7 +55,7 @@ module.exports = function (config) { config.addCollection("selbststaendigedrucke", function(collectionApi) { return collectionApi - .getFilteredByGlob("**/lists/selbstaendige_drucke/*.html") + .getFilteredByGlob("**/lists/selbststaendige_drucke/*.html") .sort(function(a, b) { if (a.data.Jahr !== null && b.data.Jahr !== null && a.data.Jahr !== b.data.Jahr) {