diff options
author | Olivier Roques <oroques@fastmail.com> | 2020-08-09 14:46:09 +0200 |
---|---|---|
committer | Olivier Roques <oroques@fastmail.com> | 2020-08-09 14:46:09 +0200 |
commit | 961670855812c72297e498e536c560992644e256 (patch) | |
tree | d5221806e788db239b9dafafdcb15600118de75b /layouts/partials/footer.html | |
parent | c245510c13d6288613076903822e67cc20d41c7f (diff) |
Update CSS
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r-- | layouts/partials/footer.html | 8 |
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 }} |