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