diff --git a/layouts/partials/footer/links-feed.html b/layouts/partials/footer/links-feed.html
index 398f451..8d1e4af 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 }}
@@ -11,4 +11,4 @@
{{ end }}
{{ end }}
-{{ end }}
\ No newline at end of file
+{{ end }}