diff --git a/exampleSite/content.en/_index.md b/exampleSite/content.en/_index.md index 6f2d52a..09fd411 100644 --- a/exampleSite/content.en/_index.md +++ b/exampleSite/content.en/_index.md @@ -1,5 +1,5 @@ --- -title: Introduction +title: "" layout: landing --- diff --git a/layouts/_partials/docs/html-head-title.html b/layouts/_partials/docs/html-head-title.html index 49a109d..715bef0 100644 --- a/layouts/_partials/docs/html-head-title.html +++ b/layouts/_partials/docs/html-head-title.html @@ -1 +1 @@ -{{ partial "docs/title" . }} | {{ .Site.Title -}} +{{ with partial "docs/title" . }}{{ . }} | {{ end }}{{ .Site.Title -}}