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" }} +