diff --git a/themes/clean/layouts/partials/head.html b/themes/clean/layouts/partials/head.html index 6312251..f97e384 100644 --- a/themes/clean/layouts/partials/head.html +++ b/themes/clean/layouts/partials/head.html @@ -1,4 +1,5 @@ + {{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }} {{ partialCached "head/css.html" . }}