update footer

This commit is contained in:
Phil 2025-01-07 13:51:21 -07:00
parent 00474fdb13
commit 88236da4b8

View File

@ -14,7 +14,7 @@
{{ block "main" . }}{{ end }}
</main>
<footer>
<p>&copy; {{ now.Year }} {{ .Site.Author }}</p>
© {{ now.Year }} <a href="{{ .Site.Params.author.url }}">{{ .Site.Params.author.name }}</a>
</footer>
</body>
</html>