{{ if $.Param "showFeedLinks" }} {{ if not (in ($.Param "notAllowedTypesInHomeFeed") .Type) }} {{ $exclude := slice "tags" "series" "categories" }} {{ if not (in $exclude .Type) }} {{ partial "svgs/etc/rss.svg" (dict "width" 32 "height" 32) }} {{ else }} {{ partial "svgs/etc/rss.svg" (dict "width" 32 "height" 32) }} {{ end }} {{ end }} {{ end }}