init commit
This commit is contained in:
15
layouts/partials/footer.html
Normal file
15
layouts/partials/footer.html
Normal file
@ -0,0 +1,15 @@
|
||||
{{ 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>
|
Reference in New Issue
Block a user