diff --git a/discord_rss_bot/templates/feed.html b/discord_rss_bot/templates/feed.html
index f2cd78f..386a6bb 100644
--- a/discord_rss_bot/templates/feed.html
+++ b/discord_rss_bot/templates/feed.html
@@ -2,42 +2,18 @@
{% block title %} | {{ feed.title }}{% endblock %}
{% block content %}
- {# The feed title.#}
-
+
+
- {# Feed subtitle, probably description. #}
- {% if feed.subtitle %}
-
{{ feed.subtitle }}
-
- {% endif %}
+ {% if not feed.updates_enabled %}
Disabled{% endif %}
- {# When this feed was added.#}
- {% if feed.added %}
- Added: {{ feed.added.strftime('%Y-%m-%d, %T') }}
-
- {% endif %}
+ {% if feed.last_exception %}Last exception: {{ feed.last_exception }}{% endif %}
- {# If this feed has had an error. #}
- {% if feed.last_exception %}
- Last exception: {{ feed.last_exception }}
-
- {% endif %}
-
- {# Remove feed button. #}
-
-
-
+
+
{% if not feed.updates_enabled %}