aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/head.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/head.html
parentc8850f73d569319a913e25c9d0279a8f3331f01d (diff)
Add resources folder
Diffstat (limited to 'layouts/partials/head.html')
-rw-r--r--layouts/partials/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 2b5566e..cfeff03 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -13,6 +13,6 @@
<link rel="stylesheet" href="{{ $style.RelPermalink }}">
{{ with .Site.Params.favicon }}
- <link rel="icon" type="image/ico" href="{{ . | relURL }}">
+ <link rel="icon" type="image/ico" href="{{ . | absURL }}">
{{ end }}
</head>