X-Git-Url: http://njoseph.me/gitweb/hyde.git/blobdiff_plain/4ce7ab945a525d94b59d1fbe2929a88b15b30430..refs/heads/master:/layouts/partials/head.html diff --git a/layouts/partials/head.html b/layouts/partials/head.html index a9f9401..1b132ae 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,24 +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" . }}