From 49e33458050f27e01a602af8ae53199ecb328719 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Tue, 10 Jan 2023 14:40:07 -0300 Subject: Changed favicon --- static/favicon.ico | Bin 0 -> 957 bytes static/favicon.png | Bin 957 -> 0 bytes themes/hugo-whisper-theme/layouts/_default/baseof.html | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100755 static/favicon.ico delete mode 100755 static/favicon.png diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100755 index 0000000..1c4e7c1 Binary files /dev/null and b/static/favicon.ico differ diff --git a/static/favicon.png b/static/favicon.png deleted file mode 100755 index 1c4e7c1..0000000 Binary files a/static/favicon.png and /dev/null differ 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 @@ {{ block "title" . }}{{ .Title }} - {{ .Site.Title }}{{ end }} {{ block "meta_tags" . }}{{end}} - + {{ if .Site.IsServer }} {{ $style := resources.Get "scss/style.scss" | toCSS (dict "targetPath" "css/style.css" "enableSourceMap" true) }} -- cgit v1.2.3