mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2026-01-14 04:22:48 +01:00
Fix links and path if the blog is in a subdomain
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user