diff options
author | Roger Gonzalez <roger@rogs.me> | 2023-01-10 14:40:07 -0300 |
---|---|---|
committer | Roger Gonzalez <roger@rogs.me> | 2023-01-10 14:40:07 -0300 |
commit | 49e33458050f27e01a602af8ae53199ecb328719 (patch) | |
tree | 61f65e1ca216e84d0f34c1c6bf41f5d707c10a99 /themes/hugo-whisper-theme/layouts/_default/baseof.html | |
parent | 02743e150313235a9cd16b49644298839ba529c6 (diff) |
Changed favicon
Diffstat (limited to 'themes/hugo-whisper-theme/layouts/_default/baseof.html')
-rw-r--r-- | themes/hugo-whisper-theme/layouts/_default/baseof.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/hugo-whisper-theme/layouts/_default/baseof.html b/themes/hugo-whisper-theme/layouts/_default/baseof.html index 650a098..9be88fb 100644 --- a/themes/hugo-whisper-theme/layouts/_default/baseof.html +++ b/themes/hugo-whisper-theme/layouts/_default/baseof.html @@ -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="{{ "favicon.png" | absURL}}"> + <link rel="icon" href="{{ "favicon.ico" | absURL}}"> {{ if .Site.IsServer }} {{ $style := resources.Get "scss/style.scss" | toCSS (dict "targetPath" "css/style.css" "enableSourceMap" true) }} |