diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 93b3731..a1d5e47 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -4,7 +4,7 @@ -{{ if .Title }}{{ .Title }} - {{ end }}{{ .Site.Title }} +{{ if and (.Title) (not .IsHome) }}{{ .Title }} - {{ end }}{{ .Site.Title }} {{ with .OutputFormats.Get "rss" -}}