diff --git a/themes/minimal-theme/layouts/partials/head.html b/themes/minimal-theme/layouts/partials/head.html index d29b8c9..3cf6b06 100644 --- a/themes/minimal-theme/layouts/partials/head.html +++ b/themes/minimal-theme/layouts/partials/head.html @@ -1,6 +1,6 @@ {{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }} - + {{ partialCached "head/css.html" . }}