We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ebcdd1 commit 9c2ded0Copy full SHA for 9c2ded0
layouts/index.rss.xml
@@ -15,7 +15,7 @@
15
<link>{{ .Permalink }}</link>
16
</image>
17
{{ with .OutputFormats.Get "RSS" }}
18
- {{ printf "<atom:link href=%q rel=\"self\" type=%q />" .Permalink .MediaType | safeHTML }}
+ {{ printf "<atom:link href=%q rel=\"self\" type=%q />" .Permalink .MediaType | safeHTML }}
19
{{ end }}
20
{{ range first 50 (where site.RegularPages "Type" "in" (slice "blog")) }}
21
<item>
0 commit comments