From ef72228e08930c278dddc324cbfc8a4295fe39a0 Mon Sep 17 00:00:00 2001 From: Pagwin Date: Tue, 29 Sep 2020 18:04:16 -0400 Subject: [PATCH] fixed the head so things look better on mobile --- layouts/partials/head.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 layouts/partials/head.html 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 -}} + +