|
@@ -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 -}}
|
|
- {{ range .Data.Pages }}
|
|
|
|
|
|
+ {{ range .Pages }}
|
|
<item>
|
|
<item>
|
|
<title>{{ .Title }}</title>
|
|
<title>{{ .Title }}</title>
|
|
<link>{{ .Permalink }}</link>
|
|
<link>{{ .Permalink }}</link>
|