Make copyright txt consistent with nav title

This commit is contained in:
Daniil Krymov 2021-04-30 23:40:12 +02:00
parent 0c64647138
commit c8b26fa188
No known key found for this signature in database
GPG Key ID: 49FF57C32BD36752

View File

@ -2,7 +2,7 @@
{{- if .Site.Copyright }}
<span>{{ .Site.Copyright | markdownify }}</span>
{{- else }}
<span>&copy; {{ now.Year }} <a href="{{ "" | absLangURL }}">{{ .Site.Title }}</a></span>
<span>&copy; {{ now.Year }} <a href="{{ "" | absLangURL }}">{{- .Site.Params.label.text | default .Site.Title }}</a></span>
{{- end }}
<span>&middot;</span>
<span>Powered by <a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a></span>