diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 1ff8a8f..4eaa2d2 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -28,4 +28,20 @@ {{ $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" }} {{- partial "inject/head.html" . -}} + + {{ if .IsPage }} + + + + + + {{ range .Params.tags }} + + {{ end }} + + + + {{ else }} + + {{ end }}