mirror of
https://github.com/Theodor-Springmann-Stiftung/jacoblenz.git
synced 2025-10-28 16:55:33 +00:00
Orderstruktur "Verzeichnisse", Datenschutz, Stand Datum unten
This commit is contained in:
@@ -164,6 +164,10 @@ module.exports = function (config) {
|
||||
outputdir = "dist";
|
||||
}
|
||||
|
||||
config.addShortcode("year", () => `${new Date().getFullYear()}`);
|
||||
config.addShortcode("month", () => `${new Date().getMonth() + 1}`);
|
||||
config.addShortcode("day", () => `${new Date().getDate()}`);
|
||||
|
||||
return {
|
||||
// Set custom directories for dynamic pages, data, includes, layouts and finally the generated output
|
||||
dir:
|
||||
|
||||
Reference in New Issue
Block a user