diff --git a/layouts/partials/head.html b/layouts/partials/head.html new file mode 100644 index 0000000..30a81f8 --- /dev/null +++ b/layouts/partials/head.html @@ -0,0 +1,35 @@ + + + + + + + {{ hugo.Generator }} + + + + + {{ if .IsHome -}} + {{ .Site.Title }} + {{- else -}} + {{ .Title }} · {{ .Site.Title }} + {{- end }} + + + + + + + {{ partial "head_fonts.html" . }} + + + + + + + {{ range .AlternativeOutputFormats -}} + {{ printf `` .Permalink .Rel .MediaType.Type $.Site.Title | safeHTML }} + {{ end -}} + + {{ partial "hook_head_end.html" . }} +