aboutsummaryrefslogtreecommitdiff
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>