diff options
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 }} |