summaryrefslogtreecommitdiff
path: root/themes/hugo-whisper-theme/layouts/_default
diff options
context:
space:
mode:
Diffstat (limited to 'themes/hugo-whisper-theme/layouts/_default')
-rw-r--r--themes/hugo-whisper-theme/layouts/_default/baseof.html2
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) }}