forked from rDrama/rDrama
1
0
Fork 0
Aevann 2024-02-29 19:27:36 +02:00
parent ac66a98623
commit b0ab9fa51d
1 changed files with 3 additions and 0 deletions

View File

@ -201,6 +201,9 @@
{% if not v_forbid_deleted %}
{% if p.realbody(v) %}
<div class="{% if p.chudded %}text-uppercase chud-img chud-{{p.id_last_num}}{% endif %} d-none card rounded border post-preview" id="post-text-{{p.id}}">
{% if p.domain == "twitter.com" %}
{{p.embed | safe}}
{% endif %}
{{p.realbody(v) | safe}}
</div>
{% endif %}