mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
🐛 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
|
@ -34,7 +34,7 @@
|
|||
|
||||
<div class="description">
|
||||
{% if post.description %}
|
||||
<p>{{ post.description | striptags | safe }}</p>
|
||||
<p>{{ post.description }}</p>
|
||||
{% elif post.summary %}
|
||||
<p>{{ post.summary | striptags | safe | trim_end_matches(pat=".") }}…</p>
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue