X-Git-Url: http://njoseph.me/gitweb/hyde.git/blobdiff_plain/fff9d5b21f50bbe11e9b9329867d6f70669de81f..61243733ec7ce5f2f8fe938f6e6518f05f2e5dfa:/layouts/partials/head.html diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 23767d6..07e383a 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -8,7 +8,11 @@ - {{ .Title }} · {{ .Site.Title }} + {{ if .IsHome }} + {{ .Site.Title }} + {{ else }} + {{ .Title }} · {{ .Site.Title }} + {{ end }}