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