diff --git a/themes/hugo-atom-feed/layouts/_default/list.atom.xml b/themes/hugo-atom-feed/layouts/_default/list.atom.xml index 128d9847..062bb65a 100644 --- a/themes/hugo-atom-feed/layouts/_default/list.atom.xml +++ b/themes/hugo-atom-feed/layouts/_default/list.atom.xml @@ -69,10 +69,6 @@ {{- $link := printf "%s?utm_source=atom_feed" .Permalink | safeHTML }} {{- printf `` $link .Lang | safeHTML }} {{- end }} - {{/* rel=related: See https://validator.w3.org/feed/docs/atom.html#link */}} - {{- range first 5 (site.RegularPages.Related .) }} - - {{- end }} {{ with .Params.id }} {{ . | plainify }} {{ else }} @@ -90,7 +86,7 @@ {{ $description1 := .Description | default "" }} {{ $description := (cond (eq "" $description1) "" (printf "
%s
" ($description1 | markdownify))) }} {{ printf `` $description .Content | safeHTML }} - + {{ end }}