Add information to index page when you have no feeds
This commit is contained in:
@ -51,7 +51,14 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% else %}
|
{% else %}
|
||||||
<p>
|
<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>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<!-- Show feeds without webhooks -->
|
<!-- Show feeds without webhooks -->
|
||||||
|
Reference in New Issue
Block a user