From 27b1b794eef6e701a48cd04f7ea4b8627ec6e644 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= <tlovinator@gmail.com> Date: Mon, 23 Jan 2023 17:46:36 +0100 Subject: [PATCH] Add information to index page when you have no feeds --- discord_rss_bot/templates/index.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/discord_rss_bot/templates/index.html b/discord_rss_bot/templates/index.html index 25faccb..f41d651 100644 --- a/discord_rss_bot/templates/index.html +++ b/discord_rss_bot/templates/index.html @@ -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 %}