diff --git a/template/templates/common/feed_list.html b/template/templates/common/feed_list.html index bd233260..20cbaad5 100644 --- a/template/templates/common/feed_list.html +++ b/template/templates/common/feed_list.html @@ -4,7 +4,7 @@
- {{ if .Icon }} + {{ if and (.Icon) (gt .Icon.IconID 0) }} {{ .Title }} {{ end }} {{ if .Disabled }} 🚫 {{ end }}