From 14497db6cd7ea30d39c6290a74dc9f63befba121 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Wed, 20 Sep 2023 23:04:09 -0700 Subject: [PATCH] Fix type value for link tags in head --- layouts/partials/paige/links.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/layouts/partials/paige/links.html b/layouts/partials/paige/links.html index 8cfe45fd..0ca901ca 100644 --- a/layouts/partials/paige/links.html +++ b/layouts/partials/paige/links.html @@ -40,8 +40,7 @@ {{ end }} {{ if .AlternativeOutputFormats }} - {{ $title := partial "paige/title.html" $page }} {{ range .AlternativeOutputFormats }} - + {{ printf `` (.Permalink | safeURL) .Rel .MediaType | safeHTML }} {{ end }} {{ end }}