mirror of
https://github.com/welpo/tabi.git
synced 2026-05-14 10:07:34 +02:00
🐛 fix(atom): remove safe filter on page.content
It seems to causing problems on <br> tags.
This commit is contained in:
parent
a113ba2271
commit
14f7188b16
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@
|
|||
<link rel="alternate" href="{{ page.permalink | safe }}" type="text/html"/>
|
||||
<id>{{ page.permalink | safe }}</id>
|
||||
{% if config.extra.full_content_in_feed %}
|
||||
<content type="html">{{ page.content | safe }}</content>
|
||||
<content type="html">{{ page.content }}</content>
|
||||
{% elif page.summary -%}
|
||||
<summary type="html">{{ page.summary | striptags | safe | trim_end_matches(pat=".") }}…</summary>
|
||||
{% elif page.description -%}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue