diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 82db9b003b7b..3682449e7a8d 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -61,7 +61,7 @@ {{ end }} - {{ .Title }}{{if not .IsHome}} - {{ end }}{{ .Site.Title }} + {{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ .Title }} - Pulumi{{ end }} @@ -80,7 +80,7 @@ - {{ if in "docs blog authors tags" .Section }} + {{ if and (not .IsHome) (in "docs blog authors tags" .Section) }}