diff --git a/discord_rss_bot/templates/custom.html b/discord_rss_bot/templates/custom.html index 890aa45..8a0ed5b 100644 --- a/discord_rss_bot/templates/custom.html +++ b/discord_rss_bot/templates/custom.html @@ -114,6 +114,7 @@ {% endraw %} {{entry.author}} + {% if entry.content %}
{% raw %}
@@ -128,6 +129,7 @@
{% endraw %}
{{entry.content[0].value}}
{% raw %}
@@ -170,6 +172,7 @@
{% endraw %}
{{entry.read_modified}}
{% raw %}
@@ -184,6 +187,7 @@
{% endraw %}
{{entry.summary}}
{% raw %}
@@ -216,16 +220,6 @@
{% endraw %}
-
-{{feed.title -}}
-{{- entry.content[0].value|discord_markdown -}}
-
-
-
{% raw %}
@@ -124,6 +125,7 @@
{% endraw %}
{{entry.content[0].value}}
{% raw %}
@@ -166,6 +168,7 @@
{% endraw %}
{{entry.read_modified}}
{% raw %}
@@ -180,6 +183,7 @@
{% endraw %}
{{entry.summary}}
{% raw %}