footer: fix copyritght

This commit is contained in:
0xMRTT 2023-05-10 13:27:54 +02:00
parent 9e4d168750
commit eb5f91ef64
Signed by: 0xmrtt
GPG key ID: 19C1449A774028BD

View file

@ -4,7 +4,7 @@
{{ .Site.Params.CustomFooterHTML | safeHTML }}
{{ end }}
<p>&copy; {{.Site.Title }}{{ now.Year }} {{ .Site.Params.Footer}}</p>
<p>&copy; {{.Site.Title }}, {{ now.Year }} {{ .Site.Params.Footer}}</p>
<p><a href="{{ .Site.BaseURL }}">Website source</a></p>
</footer>