From 50c11aa7c8a1dd38b340aee11fe536d3485fc8a2 Mon Sep 17 00:00:00 2001 From: zzossig Date: Sat, 22 Feb 2020 12:06:09 +0900 Subject: [PATCH] .FirstSection error fix #195 --- layouts/partials/footer/links-feed.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/footer/links-feed.html b/layouts/partials/footer/links-feed.html index 6b38187..9af4a82 100644 --- a/layouts/partials/footer/links-feed.html +++ b/layouts/partials/footer/links-feed.html @@ -2,7 +2,7 @@ {{ 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 }}