Make copyright txt consistent with nav title

This commit is contained in:
Daniil Krymov 2021-04-30 23:42:52 +02:00
commit 81c300b580
No known key found for this signature in database
GPG Key ID: 49FF57C32BD36752

View File

@ -2,7 +2,7 @@
{{- if .Site.Copyright }} {{- if .Site.Copyright }}
<span>{{ .Site.Copyright | markdownify }}</span> <span>{{ .Site.Copyright | markdownify }}</span>
{{- else }} {{- 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 }} {{- end }}
{{- if not $.Site.Params.hideCredits }} {{- if not $.Site.Params.hideCredits }}
<span>&middot;</span> <span>&middot;</span>