diff --git a/discord_rss_bot/templates/index.html b/discord_rss_bot/templates/index.html index 847adc5..10ee154 100644 --- a/discord_rss_bot/templates/index.html +++ b/discord_rss_bot/templates/index.html @@ -33,10 +33,8 @@ {% set feed = feed_webhook["feed"] %} {% set hook_from_feed = feed_webhook["webhook"] %} {% if hook_from_context.url == hook_from_feed %} -
  • - {{ feed.url }} -
  • + {{ feed.url }} {% endif %} {% endfor %}