diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 5ebe186..8c04f76 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -6,7 +6,13 @@ - {{ .Title }} | {{ .Site.Title }} + + {{ if eq .Url "/" }} + {{ .Site.Title }} + {{ else }} + {{ .Title }} · {{ .Site.Title }} + {{ end }} +