Use consistent formatting

This commit is contained in:
Will Faught
2022-12-13 20:30:18 -08:00
parent ef12428fa4
commit c8b352af42

View File

@@ -33,7 +33,7 @@
<lastBuildDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</lastBuildDate>
{{ end }}
{{ with .OutputFormats.Get "RSS" }}
{{ printf "<atom:link href=%q rel=\"self\" type=%q/>" .Permalink .MediaType | safeHTML }}
{{ printf `<atom:link href="%s" rel="self" type="%s"/>` .Permalink .MediaType | safeHTML }}
{{ end }}
{{ range $pages }}
<item>