Don't show error if RSS feeds didn't return any items
This commit is contained in:
parent
b25b117717
commit
328e10b89f
6 changed files with 16 additions and 1 deletions
|
|
@ -12,6 +12,8 @@
|
|||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
{{ else }}
|
||||
<li>{{ .NoItemsMessage }}</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
{{ end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue