footer.html: add footer and adjust bulma default padding

This commit is contained in:
Rico Ullmann 2022-03-25 22:00:53 +01:00
parent 05ed3bfdf0
commit 301d3e2814
Signed by: rullmann
GPG Key ID: AE1066B5BD0B5041
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<footer class="footer" style="padding: 1rem 1.5rem 1rem">
<div class="content has-text-centered">
{{ if $.Site.Copyright }}
{{ $.Site.Copyright | safeHTML }}
{{ else }}
© {{ now.Year }} Powered by <a href="http://gohugo.io">Hugo</a>
{{ end }}
:: <a href="https://git.ullmann.space/rullmann/hugo-theme-simple-cookbook">simple-cookbook</a> theme
</div>
</footer>