diff --git a/layouts/_default/list.rss.xml b/layouts/_default/list.rss.xml
index dce737d9..164fc084 100644
--- a/layouts/_default/list.rss.xml
+++ b/layouts/_default/list.rss.xml
@@ -94,7 +94,7 @@
{{ . }}
{{ end }}
- {{ range $subpages }}
+ {{ range $subpage := $subpages }}
{{ if not (.Param "paige.exclude_feeds") }}
-
{{ $author := "" }}
@@ -148,6 +148,29 @@
{{ . }}
{{ end }}
+ {{ range .OutputFormats }}
+ {{ $kind := not (hasSuffix .Permalink "/paige-search.json") }}
+ {{ $rel := cond (eq .Rel "canonical") "self" .Rel }}
+
+ {{ $href := cond (and (eq $rel "alternate") (eq .MediaType.Type "text/html")) $link .Permalink }}
+ {{ $valid := in (slice "alternate" "enclosure" "related" "self" "via") $rel }}
+
+ {{ if and $kind $valid }}
+
+ {{ end }}
+ {{ end }}
+
+ {{ range $t := .Translations }}
+ {{ range .OutputFormats }}
+ {{ $kind := not (hasSuffix .Permalink "/paige-search.json") }}
+ {{ $valid := in (slice "alternate" "enclosure" "related" "self" "via") .Rel }}
+
+ {{ if and $kind $valid }}
+
+ {{ end }}
+ {{ end }}
+ {{ end }}
+
{{ with $published }}
{{ . }}
{{ end }}