diff --git a/layouts/partials/head.html b/layouts/partials/head.html index fc98683..b517fd1 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -4,7 +4,7 @@ - {{ if .Title }}{{ .Title }} | {{ end }}{{ .Site.Title }} + {{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ .Title }} | {{ .Site.Title }}{{ end }}