Make copyright txt consistent with nav title

This commit is contained in:
Daniil Krymov
2021-04-30 23:42:52 +02:00

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 }}
{{- if not $.Site.Params.hideCredits }}
<span>&middot;</span>