forked from deepStateMirrors/tabi
🐛 fix: remove unnecessary description filters
It caused issues if description contained double quotes.
This commit is contained in:
parent
01d5322ef3
commit
6673a063b8
3 changed files with 6 additions and 6 deletions
|
@ -67,7 +67,7 @@
|
|||
{% if page.summary -%}
|
||||
<summary type="html">{{ page.summary | striptags | safe | trim_end_matches(pat=".") }}…</summary>
|
||||
{% elif page.description -%}
|
||||
<summary type="html">{{ page.description | striptags | safe }}</summary>
|
||||
<summary type="html">{{ page.description }}</summary>
|
||||
{% endif -%}
|
||||
</entry>
|
||||
{%- endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue