diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 6086246..90375d1 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -4,7 +4,7 @@ - {{ partial "seo_schema" . }} + {{ if .IsHome }}{{ .Title }}{{ else }}{{ .Title }} · {{ .Site.Title }}{{ end }} @@ -32,4 +32,5 @@ {{ if .Site.Params.RSSLink}} {{else}}{{ if eq .URL "/" }} {{ end }} {{ end }} + {{ partial "seo_schema" . }}