Add information to index page when you have no feeds
This commit is contained in:
@ -51,8 +51,15 @@
|
||||
{% endfor %}
|
||||
{% else %}
|
||||
<p>
|
||||
No feeds yet. Add one <a class="text-muted" href="/add">here</a>.
|
||||
</p>
|
||||
Hello there!
|
||||
</br>
|
||||
You need to add a webhook to get started and then add a feed. You can find both options in the menu above.
|
||||
</br>
|
||||
</br>
|
||||
If you have any questions or suggestions, feel free to contact me on <a class="text-muted" href="mailto:tlovinator@gmail.com">tlovinator@gmail.com</a> or TheLovinator#9276 on Discord.
|
||||
</br>
|
||||
Thanks!
|
||||
</p>
|
||||
{% endif %}
|
||||
<!-- Show feeds without webhooks -->
|
||||
{% if broken_feeds %}
|
||||
|
Reference in New Issue
Block a user