From b9e207770a07edd69d629a5fd1fadf4120b0cec4 Mon Sep 17 00:00:00 2001 From: Andre Beging Date: Wed, 27 Apr 2022 11:53:54 +0200 Subject: [PATCH] Hugo Version Update --- config.toml | 7 ++++++- content/faq.md | 6 ++++-- layouts/partials/footer.html | 3 +++ 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index 5d4db91..c07c729 100644 --- a/config.toml +++ b/config.toml @@ -6,4 +6,9 @@ relativeURLs = true enableInlineShortcodes = true [markup.goldmark.renderer] -unsafe= true \ No newline at end of file +unsafe= true + + + +[frontmatter] +lastmod = ['lastmod', ':fileModTime', ':default'] \ No newline at end of file diff --git a/content/faq.md b/content/faq.md index c21f7ee..8662fea 100644 --- a/content/faq.md +++ b/content/faq.md @@ -80,7 +80,7 @@ Bringt bitte Bettbezüge selbst mit. Spannbettlaken sind vorhan diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index d19c4b5..c451125 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -20,6 +20,9 @@

+

+ Stand der Seite: {{ .Lastmod.Format "2. January 2006" }} +