diff --git a/layouts/partials/head.html b/layouts/partials/head.html new file mode 100644 index 0000000..2f47bfc --- /dev/null +++ b/layouts/partials/head.html @@ -0,0 +1,17 @@ + + + + + + + {{ .Title }} · {{ .Site.Title }} + + + + + + {{ range .AlternativeOutputFormats -}} + {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} + {{ end -}} + +