Remove useless printf

This commit is contained in:
Will Faught
2025-03-02 11:43:14 -08:00
parent 66b2f48120
commit 6b861f7fbc

View File

@@ -41,5 +41,5 @@
{{ end }}
{{ range $page.AlternativeOutputFormats }}
{{ printf `<link href="%s" rel="%s" type="%s">` .Permalink .Rel .MediaType | safeHTML }}
<link href="{{ .Permalink }}" rel="{{ .Rel }}" type="{{ .MediaType }}">
{{ end }}