summaryrefslogtreecommitdiff
path: root/themes/hugo-xmin/layouts/partials/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/hugo-xmin/layouts/partials/footer.html')
-rw-r--r--themes/hugo-xmin/layouts/partials/footer.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/hugo-xmin/layouts/partials/footer.html b/themes/hugo-xmin/layouts/partials/footer.html
new file mode 100644
index 0000000..e8560f2
--- /dev/null
+++ b/themes/hugo-xmin/layouts/partials/footer.html
@@ -0,0 +1,8 @@
+ <footer>
+ {{ with .Site.Params.footer }}
+ <hr/>
+ {{ replace . "{Year}" now.Year | markdownify}}
+ {{ end }}
+ </footer>
+ </body>
+</html>