Skip to content

Commit 91729ae

Browse files
committed
Template tweaks
1 parent e09c86d commit 91729ae

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

changedetectionio/rss_tools.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -138,14 +138,11 @@ def repl(m):
138138
<br>
139139
{%- endif -%}
140140
{%- if entry.dc_content -%}
141-
Content: {{ entry.dc_content | safe }}
141+
<strong>Content:</strong> {{ entry.dc_content | safe }}
142142
{%- elif entry.content and entry.content[0].value -%}
143-
Content: {{ entry.content[0].value | safe }}
143+
<strong>Content:</strong> {{ entry.content[0].value | safe }}
144144
{%- elif entry.summary -%}
145-
{%- if is_atom -%}
146-
<strong>Summary:</strong><br>
147-
{%- endif -%}
148-
{{ entry.summary | safe }}
145+
<strong>Summary:</strong> {{ entry.summary | safe }}
149146
{%- endif -%}
150147
151148
"""

0 commit comments

Comments
 (0)