diff options
Diffstat (limited to 'themes/xmin/layouts/partials/footer.html')
-rw-r--r-- | themes/xmin/layouts/partials/footer.html | 9 |
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> |