summaryrefslogtreecommitdiff
path: root/themes/hugo-xmin/layouts/partials/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/hugo-xmin/layouts/partials/footer.html')
-rw-r--r--themes/hugo-xmin/layouts/partials/footer.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/themes/hugo-xmin/layouts/partials/footer.html b/themes/hugo-xmin/layouts/partials/footer.html
deleted file mode 100644
index e8560f2..0000000
--- a/themes/hugo-xmin/layouts/partials/footer.html
+++ /dev/null
@@ -1,8 +0,0 @@
- <footer>
- {{ with .Site.Params.footer }}
- <hr/>
- {{ replace . "{Year}" now.Year | markdownify}}
- {{ end }}
- </footer>
- </body>
-</html>