|
@ -12,7 +12,7 @@ |
|
|
{{ with .OutputFormats.Get "RSS" }} |
|
|
{{ with .OutputFormats.Get "RSS" }} |
|
|
{{ printf "<atom:link href=%q rel=\"self\" type=%q />" .Permalink .MediaType | safeHTML }} |
|
|
{{ printf "<atom:link href=%q rel=\"self\" type=%q />" .Permalink .MediaType | safeHTML }} |
|
|
{{ end }} |
|
|
{{ end }} |
|
|
|
|
|
|
|
|
|
|
|
{{ if eq (trim .Permalink "index.xml") (string .Site.BaseURL)}} |
|
|
{{ range .Pages}} |
|
|
{{ range .Pages}} |
|
|
<item> |
|
|
<item> |
|
|
<title>{{ .Title }}</title> |
|
|
<title>{{ .Title }}</title> |
|
@ -35,6 +35,6 @@ |
|
|
{{ end }} |
|
|
{{ end }} |
|
|
</description> |
|
|
</description> |
|
|
</item> |
|
|
</item> |
|
|
{{ end }}{{ end }} |
|
|
|
|
|
|
|
|
{{ end }} |
|
|
</channel> |
|
|
</channel> |
|
|
</rss> |
|
|
</rss> |