From 61086f698d40c6bc3c9945e069e4d7c9cd8152ca Mon Sep 17 00:00:00 2001 From: Gabriele Musco Date: Sat, 5 Sep 2020 10:39:54 +0200 Subject: [PATCH] added head tag --- layouts/partials/head.html | 40 ++++++++++++++++++++------------------ 1 file changed, 21 insertions(+), 19 deletions(-) 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" }} + +