diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 293f342..4827e96 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -5,7 +5,7 @@ {{ .Title | markdownify }} {{ with .OutputFormats.Get "rss" }} - {{ partial "icon.html" "rss-feed" }} + {{ partial "icon.html" "rss-feed" }} {{ end }} diff --git a/layouts/taxonomy/list.html b/layouts/taxonomy/list.html index c6fe3e0..cfe2f34 100644 --- a/layouts/taxonomy/list.html +++ b/layouts/taxonomy/list.html @@ -6,7 +6,7 @@ {{ if eq .Kind "term" }} {{ with .OutputFormats.Get "rss" }} - {{ partial "icon.html" "rss-feed" }} + {{ partial "icon.html" "rss-feed" }} {{ end }} {{ end }}