footer: implement user-defined copyright (#23)

This commit is contained in:
Kian Kasad 2020-10-04 21:34:33 -07:00 committed by GitHub
parent 6a9e9e129a
commit c2c32282c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,9 @@
<footer class="footer">
{{- if .Site.Copyright }}
<span>{{ .Site.Copyright | markdownify }}</span>
{{- else }}
<span>&copy; {{ now.Year }} <a href="{{ "" | absLangURL }}">{{ .Site.Title }}</a></span>
{{- end }}
<span>&middot;</span>
<span>Powered by <a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a></span>
<span>&middot;</span>
@ -62,4 +66,4 @@
<script>
localStorage.removeItem("pref-theme");
</script>
{{- end }}
{{- end }}