Don't show error if RSS feeds didn't return any items

This commit is contained in:
Svilen Markov
2024-08-10 18:01:54 +01:00
parent b25b117717
commit 328e10b89f
6 changed files with 16 additions and 1 deletions

View File

@@ -33,6 +33,8 @@
{{ end }}
</div>
</li>
{{ else }}
<li>{{ .NoItemsMessage }}</li>
{{ end }}
</ul>
{{ end }}