X-Git-Url: https://njoseph.me/gitweb/hyde.git/blobdiff_plain/fb2045b770e00f178e8018eea1776a3c560f50e8..9bb31d6aedb7061c87e95d82c0148d3578d0f202:/layouts/partials/head.html diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 3579454..ab68c44 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,25 +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" . }}