aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/footer.html
diff options
context:
space:
mode:
authorOlivier Roques <oroques@fastmail.com>2020-08-08 11:53:57 +0200
committerOlivier Roques <oroques@fastmail.com>2020-08-08 11:53:57 +0200
commit2bf20987451afc5cb02faa1a5ade503dd708ba3d (patch)
tree557448ee36ece3566841d30f7b8fd0c26ccf626f /layouts/partials/footer.html
parentc8850f73d569319a913e25c9d0279a8f3331f01d (diff)
Add resources folder
Diffstat (limited to 'layouts/partials/footer.html')
-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 44bb678..354ef99 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 | relURL }}"><small>{{ .text }}</small></a>
+ <a href="{{ .url | absURL }}"><small>{{ .text }}</small></a>
</div>
{{ end }}