mirror of
https://codeberg.org/lauralani/www-lauka-net.git
synced 2024-11-24 05:00:02 +01:00
just set copyright date manually -.-
This commit is contained in:
parent
5ba660d1eb
commit
dcd102e50a
2 changed files with 1 additions and 3 deletions
|
@ -10,8 +10,6 @@ module.exports = function(eleventyConfig) {
|
||||||
return DateTime.fromJSDate(value).toLocaleString(DateTime.DATETIME_FULL)
|
return DateTime.fromJSDate(value).toLocaleString(DateTime.DATETIME_FULL)
|
||||||
});
|
});
|
||||||
|
|
||||||
eleventyConfig.addShortcode("copyrightyear", () => `${new Date().getFullYear()}`);
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
passthroughFileCopy: true
|
passthroughFileCopy: true
|
||||||
}
|
}
|
||||||
|
|
|
@ -105,5 +105,5 @@ date: Last Modified
|
||||||
in the effort to make the web quick and usable again :)
|
in the effort to make the web quick and usable again :)
|
||||||
<br/><br/>This page was last updated at {{ page.date | timestamp }}
|
<br/><br/>This page was last updated at {{ page.date | timestamp }}
|
||||||
<br/><br/>
|
<br/><br/>
|
||||||
Copyright Laura Kalb {{ copyrightyear }} - <a href="/impressum.html">Impressum und Datenschutzerklärung</a>
|
Copyright Laura Kalb 2023 - <a href="/impressum.html">Impressum und Datenschutzerklärung</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue