summaryrefslogtreecommitdiff
path: root/layouts/partials/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r--layouts/partials/footer.html14
1 files changed, 3 insertions, 11 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 83be5c4..641b3b9 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,11 +1,3 @@
-<footer style="vertical-align: bottom;">
- <div style="display: block; margin-left:20em; margin-right:20em; font-size: 10pt">
- <center>
- {{ with .Site.Params.footer }}
- {{ . | markdownify }}
- {{ end }}
- </center>
- </div>
-</footer>
-</body>
-</html>
+{{ with .Site.Params.footer }}
+{{ . | markdownify }}
+{{ end }}