mirror of
https://codeberg.org/lauralani/www-lauka-net.git
synced 2024-11-23 20:50:40 +01:00
try again
This commit is contained in:
parent
1ef52d30f1
commit
7284c04b60
2 changed files with 2 additions and 4 deletions
|
@ -1,4 +1,3 @@
|
||||||
const now = DateTime.now();
|
|
||||||
const { DateTime } = require("luxon");
|
const { DateTime } = require("luxon");
|
||||||
|
|
||||||
module.exports = function(eleventyConfig) {
|
module.exports = function(eleventyConfig) {
|
||||||
|
|
|
@ -104,7 +104,6 @@ date: Last Modified
|
||||||
This page makes due without any cookies, frontend javascript, tracking and databases
|
This page makes due without any cookies, frontend javascript, tracking and databases
|
||||||
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/>
|
||||||
Copyright Laura Kalb {{ copyrightyear }}
|
Copyright Laura Kalb {{ copyrightyear }} - <a href="/impressum.html">Impressum und Datenschutzerklärung</a>
|
||||||
<br/><br/><a href="/impressum.html">Impressum und Datenschutzerklärung</a>
|
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue