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
|
|
@ -33,6 +33,8 @@
|
|||
{{ end }}
|
||||
</div>
|
||||
</li>
|
||||
{{ else }}
|
||||
<li>{{ .NoItemsMessage }}</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
{{ end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue