diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index fb5252d..f27385d 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -12,6 +12,8 @@ {{ .Title }} {{ $style := resources.Get (printf "css/colors-%s.scss" (.Site.Params.scheme | default "dark")) | toCSS | minify | fingerprint }} + + {{ partial "head.html" . }}