Selbststaendige Drucke Reperatur

This commit is contained in:
Simon Martens
2023-02-13 19:07:01 +01:00
parent 2f4f392a83
commit eb5c5d0980

View File

@@ -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) {