diff --git a/layouts/partials/head.html b/layouts/partials/head.html new file mode 100644 index 0000000..8956292 --- /dev/null +++ b/layouts/partials/head.html @@ -0,0 +1,38 @@ + + + + + + + + + + + +{{- partial "prepended_head.html" . }} + + + + + + + + + + + +{{ template "_internal/opengraph.html" . }} + + +{{ range .AlternativeOutputFormats -}} + {{ printf `` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }} +{{ end -}} + + +{{- partial "extended_head.html" . }}