From 48a2f4860f1084e7d21ef7fa8aacf6e960a9c3f4 Mon Sep 17 00:00:00 2001 From: vrifox Date: Sun, 1 Oct 2023 14:30:37 +0200 Subject: [PATCH] add favicon --- themes/cozy-hugo/layouts/partials/head.html | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/themes/cozy-hugo/layouts/partials/head.html b/themes/cozy-hugo/layouts/partials/head.html index 78f6c7c..317edda 100644 --- a/themes/cozy-hugo/layouts/partials/head.html +++ b/themes/cozy-hugo/layouts/partials/head.html @@ -1,8 +1,10 @@ - {{ $options := (dict "targetPath" "style.css" "outputStyle" "compressed" "enableSourceMap" (not hugo.IsProduction) "includePaths" (slice "node_modules/myscss")) }} - {{ $css := resources.Get "css/main.scss" | resources.ToCSS $options }} +{{ $options := (dict "targetPath" "style.css" "outputStyle" "compressed" "enableSourceMap" (not hugo.IsProduction) +"includePaths" (slice "node_modules/myscss")) }} +{{ $css := resources.Get "css/main.scss" | resources.ToCSS $options }} - {{ if not .Page.IsHome }}{{ with .Page.Title }}{{ . }} – {{ end }}{{ end }}Cozy Town - - - - \ No newline at end of file +{{ if not .Page.IsHome }}{{ with .Page.Title }}{{ . }} – {{ end }}{{ end }}Cozy Town + + + + \ No newline at end of file