Fix links and path if the blog is in a subdomain

This commit is contained in:
Alexis Tacnet
2016-12-26 22:59:32 +01:00
parent d1503fd44b
commit 52025ab00e
2 changed files with 6 additions and 6 deletions

View File

@@ -25,7 +25,7 @@
<!-- Icon -->
<link rel="shortcut icon"
{{ if .Site.Params.faviconfile }}
href="/{{ .Site.Params.faviconfile }}"
href="/{{ .Site.Params.faviconfile | absURL }}"
{{ else }}
href="/img/favicon.ico"
{{ end }}