about summary refs log tree commit diff stats
path: root/themes/xmin/layouts/partials/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/xmin/layouts/partials/footer.html')
-rw-r--r--themes/xmin/layouts/partials/footer.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/xmin/layouts/partials/footer.html b/themes/xmin/layouts/partials/footer.html
new file mode 100644
index 0000000..3f46ea5
--- /dev/null
+++ b/themes/xmin/layouts/partials/footer.html
@@ -0,0 +1,9 @@
+  <footer>
+  {{ partial "foot_custom.html" . }}
+  {{ with .Site.Params.footer }}
+  <hr/>
+  {{ . | markdownify }}
+  {{ end }}
+  </footer>
+  </body>
+</html>