aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/partials/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r--layouts/partials/footer.html10
1 files changed, 4 insertions, 6 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index e781e63..77a7276 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,7 +1,5 @@
-<footer class="bg-black">
- <div class="w-100 ph3 pv3 tc near-white">
- {{ with .Site.GetPage "footer.md" }}
- {{ .Content }}
- {{ end }}
- </div>
+<footer class="bg-black w-100 pa3 tc near-white">
+ {{ with .Site.GetPage "footer.md" }}
+ {{ .Content }}
+ {{ end }}
</footer>