diff options
Diffstat (limited to 'layouts/partials')
-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 }} |