diff --git a/ssg/themes/hugo-trainsh/layouts/_partials/head.html b/ssg/themes/hugo-trainsh/layouts/_partials/head.html index 4812558..63ca3b8 100644 --- a/ssg/themes/hugo-trainsh/layouts/_partials/head.html +++ b/ssg/themes/hugo-trainsh/layouts/_partials/head.html @@ -3,6 +3,7 @@ {{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ printf "%s | %s" .Title .Site.Title }}{{ end }} + {{ partial "head/css.html" . }}