aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials
diff options
context:
space:
mode:
authorOlivier Roques <oroques@fastmail.com>2020-08-09 14:46:09 +0200
committerOlivier Roques <oroques@fastmail.com>2020-08-09 14:46:09 +0200
commit961670855812c72297e498e536c560992644e256 (patch)
treed5221806e788db239b9dafafdcb15600118de75b /layouts/partials
parentc245510c13d6288613076903822e67cc20d41c7f (diff)
Update CSS
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/footer.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 354ef99..7830cfd 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,6 +1,8 @@
{{ with .Site.Params.footer }}
- <hr>
- <div class="container text-center mb-2">
- <a href="{{ .url | absURL }}"><small>{{ .text }}</small></a>
+ <div id="footer">
+ <hr>
+ <div class="container text-center mb-2">
+ <a href="{{ .url | absURL }}"><small>{{ .text }}</small></a>
+ </div>
</div>
{{ end }}