From 44554ca11dd0d3462943d0f93e9b78afca069bd0 Mon Sep 17 00:00:00 2001 From: Kuoi Date: Thu, 12 May 2022 12:08:05 +0100 Subject: [PATCH] Update head.html --- layouts/partials/head.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 6c0d153..cfd7286 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -10,6 +10,9 @@ {{ with .Site.Params.site_description }}{{ end }} + {{ range .AlternativeOutputFormats -}} + {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} + {{ end -}}