Display content license (#25)

This commit is contained in:
Wonderfall 2022-07-23 00:13:13 +02:00 committed by GitHub
parent 3dfa0a259d
commit 6e31aee781
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -1,7 +1,7 @@
{{- if not (.Param "hideFooter") }}
<footer class="footer">
{{- if site.Copyright }}
<span>{{ site.Copyright | markdownify }}</span>
<span>{{ site.Copyright | markdownify }} ·</span>
{{- else }}
<span>&copy; {{ now.Year }} <a href="{{ "" | absLangURL }}">{{ site.Title }}</a></span>
{{- end }}