diff options
-rwxr-xr-x | static/favicon.ico (renamed from static/favicon.png) | bin | 957 -> 957 bytes | |||
-rw-r--r-- | themes/hugo-whisper-theme/layouts/_default/baseof.html | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/static/favicon.png b/static/favicon.ico Binary files differindex 1c4e7c1..1c4e7c1 100755 --- a/static/favicon.png +++ b/static/favicon.ico 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) }} |