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