X-Git-Url: https://njoseph.me/gitweb/hyde.git/blobdiff_plain/61243733ec7ce5f2f8fe938f6e6518f05f2e5dfa..9bb31d6aedb7061c87e95d82c0148d3578d0f202:/layouts/partials/head.html diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 07e383a..ab68c44 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,29 +1,32 @@ - + {{ .Hugo.Generator }} - + - {{ if .IsHome }} + {{ if .IsHome -}} {{ .Site.Title }} - {{ else }} + {{- else -}} {{ .Title }} · {{ .Site.Title }} - {{ end }} + {{- end }} - - - - + + + + + {{ partial "head_fonts.html" . }} - + + + {{ partial "hook_head_end.html" . }}