diff options
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r-- | layouts/partials/footer.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index e69de29..749441b 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -0,0 +1,6 @@ +{{ with .Site.Params.footer }} + <hr> + <div class="container text-center mb-2"> + <a href="{{ .url }}"><small>{{ .text }}</small></a> + </div> +{{ end }} |