diff --git a/discord_rss_bot/templates/feed.html b/discord_rss_bot/templates/feed.html index 5199395..eb3e601 100644 --- a/discord_rss_bot/templates/feed.html +++ b/discord_rss_bot/templates/feed.html @@ -79,7 +79,6 @@
Change the URL for this feed. This can be useful if a feed has moved.
{{ html|safe }}
+{% if is_show_more_entries_button_visible %}
+
+ Show more entries
+
+{% endif %}
{% endblock content %}