X-Git-Url: http://njoseph.me/gitweb/hyde.git/blobdiff_plain/c336c335271c3f40d518eac0e8341340970c3283..8cab2d27e2b7727e632d817dbdd41a97cc99af00:/layouts/partials/head.html diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 447a27c..66a5d46 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -8,18 +8,18 @@ - {{ 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" . }}