aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorOlivier Roques <olivier@oroques.dev>2020-08-02 10:35:24 +0200
committerOlivier Roques <olivier@oroques.dev>2020-08-02 10:35:24 +0200
commit4e9588cbc8ed480a3f59a82dd80c4efd16cf5def (patch)
treed901d2c176f68e64a1b3489271cf775bd93d707f /layouts
parent5d08140ed04e88c4b4f27e7c3ce820dad931baf7 (diff)
Update theme
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/footer.html2
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 }}