Use the site author in copyright footer if available
This commit is contained in:
parent
4a924cef54
commit
6147a73803
@ -3,7 +3,7 @@
|
||||
{{- if site.Copyright }}
|
||||
<span>{{ site.Copyright | markdownify }}</span>
|
||||
{{- else }}
|
||||
<span>© {{ now.Year }} <a href="{{ "" | absLangURL }}">{{ site.Title }}</a></span>
|
||||
<span>© {{ now.Year }} <a href="{{ "" | absLangURL }}">{{ if site.Params.author }}{{ site.Params.author }}{{ else }}{{ site.Title }}{{ end }}</a></span>
|
||||
{{- end }}
|
||||
<span>
|
||||
Powered by
|
||||
|
Loading…
x
Reference in New Issue
Block a user