diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 39b94c7..c299d6c 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,23 +1,25 @@ - - - + + + + -{{ if .OutputFormats.Get "RSS" }} - {{ with .OutputFormats.Get "RSS" }} - - + {{ if .OutputFormats.Get "RSS" }} + {{ with .OutputFormats.Get "RSS" }} + + + {{ end }} {{ end }} -{{ end }} - + - - {{ if ne .Title .Site.Title }} - {{ .Title }} – - {{ end }} - {{ .Site.Title | default "Ficurinia" }} - - - -{{ $style := resources.Get "/scss/style.scss" | resources.ExecuteAsTemplate "/scss/style.scss" . | resources.ToCSS (dict "targetPath" "css/styles.css" "outputStyle" "compressed" "enableSourceMap" "true") | resources.Fingerprint "sha512" }} - + + {{ if ne .Title .Site.Title }} + {{ .Title }} – + {{ end }} + {{ .Site.Title | default "Ficurinia" }} + + + + {{ $style := resources.Get "/scss/style.scss" | resources.ExecuteAsTemplate "/scss/style.scss" . | resources.ToCSS (dict "targetPath" "css/styles.css" "outputStyle" "compressed" "enableSourceMap" "true") | resources.Fingerprint "sha512" }} + +