Files
cookthebooks-hugo/layouts/partials/footer.html
2024-08-20 23:05:39 -07:00

15 lines
475 B
HTML

{{ if not .Site.Params.footeroff }}
<footer id="colophon" class="site-footer">
<div class="copyright-text">
<div class="u-wrapper copyright-text-wrap">
<p>{{ with .Site.Params.copyright }} {{ . }} {{ end }}
{{ if not .Site.Params.production }}
<br>
<strong>[{{ i18n "not-for-production" }}]</strong>
{{ end }}
</p>
</div>
</div>
</footer>
{{ end }}
<a href="#" class="go-to-top" aria-label="{{ i18n "go-to-top" }}"></a>