Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/heyeshuang/hugo-theme-tokiwa.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/site-favicon.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/site-favicon.html b/layouts/partials/site-favicon.html
index aaaca67..e31100b 100644
--- a/layouts/partials/site-favicon.html
+++ b/layouts/partials/site-favicon.html
@@ -1,3 +1,3 @@
{{ if .Site.Params.favicon }}
-<link rel="shortcut icon" href="{{ .Site.Params.favicon }}" type="image/png" />
-{{ end }} \ No newline at end of file
+<link rel="shortcut icon" href="{{ .Site.Params.favicon|absURL }}" type="image/png" />
+{{ end }}