X-Git-Url: http://njoseph.me/gitweb/hyde.git/blobdiff_plain/1a7140a4d7fd4b5834178c721fdb636e96db2dd6..8cab2d27e2b7727e632d817dbdd41a97cc99af00:/layouts/partials/head.html?ds=sidebyside diff --git a/layouts/partials/head.html b/layouts/partials/head.html index a9f9401..66a5d46 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,24 +1,32 @@ - + + {{ .Hugo.Generator }} - {{ .Title }} · {{ .Site.Title }} + {{ if .IsHome -}} + {{ .Site.Title }} + {{- else -}} + {{ .Title }} · {{ .Site.Title }} + {{- end }} - - - - + + + + + {{ partial "head_fonts.html" . }} - + - + + + {{ partial "hook_head_end.html" . }}