🐛 fix: remove unnecessary description filters
It caused issues if description contained double quotes.
This commit is contained in:
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user