hugo-scroll/layouts/partials/footer.html
Gilberto Pereira Sassi 8071cc889a updating footer
2021-06-07 09:40:15 -03:00

12 lines
317 B
HTML

<footer class="site-footer">
<div class="inner">
{{ with .Site.Params.copyright }}
<section class="copyright">{{ . | markdownify }}</section>{{ end }}
<section>{{ echoParam .Site.Params "hidebyline" }}</section>
{{ if ne .Site.Params.hidedesignbyline true }}
{{ end }}
</div>
</footer>