diff --git a/discord_rss_bot/templates/feed.html b/discord_rss_bot/templates/feed.html index ac19a2a..5a85e97 100644 --- a/discord_rss_bot/templates/feed.html +++ b/discord_rss_bot/templates/feed.html @@ -25,13 +25,14 @@
-
-
+
{% for entry in entries %} {% if loop.index > 1 %}
@@ -49,7 +50,7 @@ {% if entry.summary %}
Summary -
+
{{ entry.summary | safe }}
@@ -57,11 +58,11 @@ {% if entry.content %}
Content -
+
{{ entry.content[0].value | safe }}
{% endif %} {% endfor %}
-{% endblock %} \ No newline at end of file +{% endblock %}