diff options
author | Olivier Roques <oroques@fastmail.com> | 2020-08-08 11:53:57 +0200 |
---|---|---|
committer | Olivier Roques <oroques@fastmail.com> | 2020-08-08 11:53:57 +0200 |
commit | 2bf20987451afc5cb02faa1a5ade503dd708ba3d (patch) | |
tree | 557448ee36ece3566841d30f7b8fd0c26ccf626f /layouts/partials/footer.html | |
parent | c8850f73d569319a913e25c9d0279a8f3331f01d (diff) |
Add resources folder
Diffstat (limited to 'layouts/partials/footer.html')
-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 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 }} |