about 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, 0 insertions, 9 deletions
diff --git a/themes/xmin/layouts/partials/footer.html b/themes/xmin/layouts/partials/footer.html
deleted file mode 100644
index 3f46ea5..0000000
--- a/themes/xmin/layouts/partials/footer.html
+++ /dev/null
@@ -1,9 +0,0 @@
-  <footer>
-  {{ partial "foot_custom.html" . }}
-  {{ with .Site.Params.footer }}
-  <hr/>
-  {{ . | markdownify }}
-  {{ end }}
-  </footer>
-  </body>
-</html>