X-Git-Url: http://njoseph.me/gitweb/hyde.git/blobdiff_plain/d34cfef927da50d8f57682d092f8a1e7c155b5ce..0332598d84f7a3209ef50c9ebca19a2dc6a1d962:/layouts/partials/head.html diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 110c99e..1b132ae 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,29 +1,32 @@ - + - {{ .Hugo.Generator }} + {{ hugo.Generator }} - + - {{ if .IsHome }} + {{ if .IsHome -}} {{ .Site.Title }} - {{ else }} + {{- else -}} {{ .Title }} · {{ .Site.Title }} - {{ end }} + {{- end }} - - - - + + + + + {{ partial "head_fonts.html" . }} - - + + + + {{ partial "hook_head_end.html" . }}