X-Git-Url: http://njoseph.me/gitweb/hyde.git/blobdiff_plain/d84c5080b69a2ef40ad73ca2dc15e7afa7716c97..8cab2d27e2b7727e632d817dbdd41a97cc99af00:/layouts/partials/head.html diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 0884857..66a5d46 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,5 +1,5 @@ - + @@ -8,18 +8,25 @@ - {{ .Title }} · {{ .Site.Title }} + {{ if .IsHome -}} + {{ .Site.Title }} + {{- else -}} + {{ .Title }} · {{ .Site.Title }} + {{- end }} - - - - + + + + + {{ partial "head_fonts.html" . }} - + - + + + {{ partial "hook_head_end.html" . }}