diff --git a/themes/bcarlin/layouts/_partials/head.html b/themes/bcarlin/layouts/_partials/head.html index e411316..ce697c8 100644 --- a/themes/bcarlin/layouts/_partials/head.html +++ b/themes/bcarlin/layouts/_partials/head.html @@ -20,5 +20,6 @@ {{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }} + {{ partialCached "head/css.html" . }} {{ partialCached "head/js.html" . }}