15 lines
475 B
HTML
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> |