@ -24,7 +24,7 @@
{{ with .OutputFormats.Get "RSS" }}
{{ printf "<atom:link href=%q rel=\"self\" type=%q />" .Permalink .MediaType | safeHTML }}
{{ end }}
{{ range .Pages}}
{{ range $pages}}
<item>
<title>{{ .Title }}</title>
<link>{{ .Permalink }}</link>