diff --git a/layouts/_default/list.rss.xml b/layouts/_default/list.rss.xml index ae9fbf40..7586f9dd 100644 --- a/layouts/_default/list.rss.xml +++ b/layouts/_default/list.rss.xml @@ -40,22 +40,6 @@ - {{ with $page.OutputFormats.Get "rss" }} - - {{ end }} - - {{ range $page.OutputFormats }} - {{ $rel := cond (eq .Rel "canonical") "alternate" .Rel }} - - - {{ end }} - - {{ range $t := $page.Translations }} - {{ range .OutputFormats }} - - {{ end }} - {{ end }} - {{ with $copyright }} {{ . }} {{ end }} @@ -76,6 +60,22 @@ {{ . }} {{ end }} + {{ with $page.OutputFormats.Get "rss" }} + + {{ end }} + + {{ range $page.OutputFormats }} + {{ $rel := cond (eq .Rel "canonical") "alternate" .Rel }} + + + {{ end }} + + {{ range $t := $page.Translations }} + {{ range .OutputFormats }} + + {{ end }} + {{ end }} + {{ with $editor }} {{ . }} {{ end }}