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 @@
1 <footer>
2 {{ partial "foot_custom.html" . }}
3 {{ with .Site.Params.footer }}
4 <hr/>
5 {{ . | markdownify }}
6 {{ end }}
7 </footer>
8 </body>
9</html>