From 0e9f7fd36d1e2871729e7d3b42ef74d90f5fcd94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Sat, 10 Dec 2022 21:54:46 +0100 Subject: [PATCH] Make index page tighter --- discord_rss_bot/templates/index.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 %}