X-Git-Url: https://njoseph.me/gitweb/hyde.git/blobdiff_plain/b35d6d2d6b8c37070d322eb3742dfdfa2912acb6..9bb31d6aedb7061c87e95d82c0148d3578d0f202:/layouts/partials/head.html diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 99222f8..ab68c44 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,25 +1,25 @@ - + {{ .Hugo.Generator }} - + - {{ if .IsHome }} + {{ if .IsHome -}} {{ .Site.Title }} - {{ else }} + {{- else -}} {{ .Title }} · {{ .Site.Title }} - {{ end }} + {{- end }} - - - - - + + + + + {{ partial "head_fonts.html" . }} @@ -27,4 +27,6 @@ + + {{ partial "hook_head_end.html" . }}