Skip to content

Commit 9c2ded0

Browse files
committed
turns out spaces are better than tabs. go figure
Signed-off-by: Craig Box <[email protected]>
1 parent 6ebcdd1 commit 9c2ded0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/index.rss.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<link>{{ .Permalink }}</link>
1616
</image>
1717
{{ with .OutputFormats.Get "RSS" }}
18-
{{ printf "<atom:link href=%q rel=\"self\" type=%q />" .Permalink .MediaType | safeHTML }}
18+
{{ printf "<atom:link href=%q rel=\"self\" type=%q />" .Permalink .MediaType | safeHTML }}
1919
{{ end }}
2020
{{ range first 50 (where site.RegularPages "Type" "in" (slice "blog")) }}
2121
<item>

0 commit comments

Comments
 (0)