mirror of
https://github.com/TeamPiped/hugo-whisper-theme.git
synced 2024-08-14 23:57:00 +00:00
update favicon to absURL
This commit is contained in:
parent
d87fbd97cc
commit
153157092d
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
<title>{{ block "title" . }}{{ .Title }} - {{ .Site.Title }}{{ end }}</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
{{ block "meta_tags" . }}{{end}}
|
||||
<link rel="icon" href="{{ .Site.BaseURL }}favicon.png">
|
||||
<link rel="icon" href="{{ "favicon.png" | absURL}}">
|
||||
|
||||
{{ if .Site.IsServer }}
|
||||
{{ $style := resources.Get "scss/style.scss" | toCSS (dict "targetPath" "css/style.css" "enableSourceMap" true) }}
|
||||
|
|
Loading…
Reference in a new issue