diff options
author | Olivier Roques <olivier@oroques.dev> | 2020-08-02 10:35:24 +0200 |
---|---|---|
committer | Olivier Roques <olivier@oroques.dev> | 2020-08-02 10:35:24 +0200 |
commit | 4e9588cbc8ed480a3f59a82dd80c4efd16cf5def (patch) | |
tree | d901d2c176f68e64a1b3489271cf775bd93d707f /layouts | |
parent | 5d08140ed04e88c4b4f27e7c3ce820dad931baf7 (diff) |
Update theme
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 749441b..44bb678 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,6 +1,6 @@ {{ with .Site.Params.footer }} <hr> <div class="container text-center mb-2"> - <a href="{{ .url }}"><small>{{ .text }}</small></a> + <a href="{{ .url | relURL }}"><small>{{ .text }}</small></a> </div> {{ end }} |