diff --git a/layouts/partials/footer/links-feed.html b/layouts/partials/footer/links-feed.html index 3a36ede..407eae5 100644 --- a/layouts/partials/footer/links-feed.html +++ b/layouts/partials/footer/links-feed.html @@ -1,5 +1,7 @@ {{ if $.Param "showFeedLinks" }} - - {{ partial "svgs/etc/rss.svg" (dict "width" 32 "height" 32) }} - + {{ if not (in ($.Param "notAllowedTypesInHomeFeed") .Type) }} + + {{ partial "svgs/etc/rss.svg" (dict "width" 32 "height" 32) }} + + {{ end }} {{ end }} \ No newline at end of file