fix(layout): adapt to the latest hugo version

This commit is contained in:
2026-04-10 19:41:05 +02:00
parent f1b401a181
commit 9c7a5532c4
3 changed files with 4 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
<footer id="site-footer" class="section-inner thin animated fadeIn faster">
<p>
&copy; {{ now.Format "2006" }} <a href="{{ .Site.BaseURL }}">{{ .Site.Author.name }}</a>{{ .Site.Params.footerCopyright | safeHTML }}
&copy; {{ now.Format "2006" }} <a href="{{ .Site.BaseURL }}">{{ .Site.Params.author.name }}</a>{{ .Site.Params.footerCopyright | safeHTML }}
</p>
</footer>