From ed7946c120aeca4efb9f61b207ecac043544a86b Mon Sep 17 00:00:00 2001 From: zzossig Date: Fri, 14 Feb 2020 20:34:16 +0900 Subject: [PATCH] proper rss feed generate --- layouts/partials/footer/links-feed.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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