X-Git-Url: http://njoseph.me/gitweb/hyde.git/blobdiff_plain/d06d24a0a3a29d44b4610fdb22b368fbe9b5021e..99a6d2a3727c32a49e18f39f80fd4b161127de34:/layouts/partials/head.html diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 23767d6..110c99e 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 }} @@ -21,5 +25,5 @@ - +