diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 7cf52c6..2fda361 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -18,12 +18,12 @@ "targetPath" "styles.css" "includePaths" (slice "node_modules") ) -}} - {{- $styles := resources.Get "scss/main.scss" | toCSS $options | minify -}} - + {{- $styles := resources.Get "scss/main.scss" | toCSS $options | minify | fingerprint -}} + {{- end }} {{ $options := (dict "targetPath" "print.css" ) -}} - {{- $print := resources.Get "css/gutenberg.css" | toCSS $options | minify -}} - + {{- $print := resources.Get "css/gutenberg.css" | toCSS $options | minify | fingerprint -}} + {{ range .AlternativeOutputFormats }} {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end }}