Fix copyright in the footer.

This commit is contained in:
pastalian 2019-11-14 01:07:46 +09:00
parent b4c2a225a9
commit 418a7314f7
1 changed files with 4 additions and 3 deletions

View File

@ -25,9 +25,10 @@
{{ if $.Param "showPoweredBy" }} {{ if $.Param "showPoweredBy" }}
<div class="footer__poweredby"> <div class="footer__poweredby">
<p class="caption">MIT©<a href="https://gohugo.io/">zzossig</a></p> {{ if $.Site.Copyright }}
<p class="caption">{{ $.Site.Copyright }}</p>
{{ end }}
<p class="caption">Powered by <a href="https://gohugo.io/">Hugo</a> and the <a href="https://github.com/zzossig/hugo-theme-zzo">Zzo theme</a></p> <p class="caption">Powered by <a href="https://gohugo.io/">Hugo</a> and the <a href="https://github.com/zzossig/hugo-theme-zzo">Zzo theme</a></p>
</div> </div>
{{ end }} {{ end }}
</div>
</footer> </footer>