From 6b861f7fbc3967a5af8d6bfd0068ca5d3bf9ff66 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 2 Mar 2025 11:43:14 -0800 Subject: [PATCH] Remove useless printf --- layouts/partials/paige/links.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/paige/links.html b/layouts/partials/paige/links.html index 2126aaa5..330f2d30 100644 --- a/layouts/partials/paige/links.html +++ b/layouts/partials/paige/links.html @@ -41,5 +41,5 @@ {{ end }} {{ range $page.AlternativeOutputFormats }} - {{ printf `` .Permalink .Rel .MediaType | safeHTML }} + {{ end }}