Remove Adventskalender

This commit is contained in:
Dennis Reimann
2022-12-25 17:38:16 +01:00
parent fc426a1577
commit abab7b9eb8
5 changed files with 8 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ const team = require('../content/team.json')
const kurse = require('../content/kurse.json')
const shops = require('../content/shops.json')
const soundboard = require('../content/soundboard.json')
const adventskalender = require('../content/adventskalender.json')
const adventskalender = require('../content/adventskalender-2022.json')
const renderPage = (template, out, data = {}) => {
const file = resolve(__dirname, '..', `src/${template}.pug`)