mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 11:46:41 +02: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