Merge pull request #54 from nisrulz/fix-copyright-visibility

Fixes issue #53
This commit is contained in:
zzossig 2019-12-31 01:04:51 +09:00 committed by GitHub
commit 27e34ceb99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -4,10 +4,8 @@
{{ partial "footer/go-to-top" . }}
<hr />
{{ if $.Param "showPoweredBy" }}
<div class="footer__poweredby">
{{ partial "footer/site-counter" . }}
{{ partial "footer/site-counter" . }}
{{ if $.Site.Copyright }}
<p class="caption">
{{ if $.Site.Params.copyrightOptions.enableCopyrightLink }}
@ -24,7 +22,9 @@
{{ end }}
</p>
{{ end }}
<p class="caption">Powered by <a href="https://gohugo.io/" rel="noreferrer">Hugo</a> and the <a href="https://github.com/zzossig/hugo-theme-zzo" rel="noreferrer">Zzo theme</a></p>
</div>
{{ end }}
{{ if $.Param "showPoweredBy" }}
<p class="caption">Powered by <a href="https://gohugo.io/" rel="noreferrer">Hugo</a> and the <a href="https://github.com/zzossig/hugo-theme-zzo" rel="noreferrer">Zzo theme</a></p>
{{ end }}
</div>
</footer>