Add information to index page when you have no feeds

This commit is contained in:
2023-01-23 17:46:36 +01:00
parent f6f3e3a7d2
commit 27b1b794ee

View File

@ -51,8 +51,15 @@
{% endfor %} {% endfor %}
{% else %} {% else %}
<p> <p>
No feeds yet. Add one <a class="text-muted" href="/add">here</a>. Hello there!
</p> </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 %} {% endif %}
<!-- Show feeds without webhooks --> <!-- Show feeds without webhooks -->
{% if broken_feeds %} {% if broken_feeds %}