diff --git a/themes/hugo-atom-feed/layouts/_default/list.atom.xml b/themes/hugo-atom-feed/layouts/_default/list.atom.xml index f31a635d..128d9847 100644 --- a/themes/hugo-atom-feed/layouts/_default/list.atom.xml +++ b/themes/hugo-atom-feed/layouts/_default/list.atom.xml @@ -90,19 +90,7 @@ {{ $description1 := .Description | default "" }} {{ $description := (cond (eq "" $description1) "" (printf "
%s
" ($description1 | markdownify))) }} {{ printf `` $description .Content | safeHTML }} - {{ with site.Taxonomies }} - {{ range $taxo,$_ := . }} - {{ with $page.Param $taxo }} - {{ $taxo_list := . }} - {{ with site.GetPage (printf "/%s" $taxo) }} - {{ $taxonomy_page := . }} - {{ range $taxo_list }} - - {{ end }} - {{ end }} - {{ end }} - {{ end }} - {{ end }} + {{ end }}