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,7 +51,14 @@
{% endfor %}
{% else %}
<p>
No feeds yet. Add one <a class="text-muted" href="/add">here</a>.
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 -->