aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/partials/footer.html
diff options
context:
space:
mode:
authorÓscar Nájera <hello@oscarnajera.com>2018-07-15 04:03:33 +0200
committerÓscar Nájera <hello@oscarnajera.com>2018-07-15 04:03:33 +0200
commit9cf03e436ed50ec6646e241a47308758002a56d4 (patch)
tree0ca5bf2004eee6d0224ab4ae42e278029196d3ff /layouts/partials/footer.html
parent46ee5bd2810850456b49499894ba3b838a167e24 (diff)
downloadhugo-minimalist-theme-9cf03e436ed50ec6646e241a47308758002a56d4.tar.gz
hugo-minimalist-theme-9cf03e436ed50ec6646e241a47308758002a56d4.tar.bz2
hugo-minimalist-theme-9cf03e436ed50ec6646e241a47308758002a56d4.zip
styling and footer
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r--layouts/partials/footer.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
new file mode 100644
index 0000000..992a65d
--- /dev/null
+++ b/layouts/partials/footer.html
@@ -0,0 +1,5 @@
+<footer id="footer" class="mw7 center mb3">
+ <span class="db tc black-60">
+ &copy; {{ now.Format "2006" }} {{ with .Site.Params.footer.copyright }}{{ . | safeHTML }}{{ else }}{{ with .Site.Author.name }}{{ . }}{{ else }}{{ with .Site.Title }}{{ . }}{{ end }}{{ end }}{{ end }}. All Rights Reserved
+ </span>
+</footer>