From 67d5ebfe2917ecd959f38bb198a0e2a8d00d7e22 Mon Sep 17 00:00:00 2001 From: jk Date: Wed, 10 Mar 2021 10:20:20 +0000 Subject: [PATCH] maybe adding bridgy fed --- .../hugo-atom-feed/layouts/_default/list.atom.xml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) 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 }}