Support emojis CW
This commit is contained in:
parent
1dd7c516ed
commit
9a037b132a
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
|||
{% endif %}
|
||||
</div>
|
||||
|
||||
{% if obj.summary %}<p class="p-summary">{{ obj.summary | clean }}</p>{% endif %}
|
||||
{% if obj.summary %}<p class="p-summary">{{ obj.summary | clean | safe }}</p>{% endif %}
|
||||
{% if obj | has_type('Video') %}
|
||||
<div class="note-video">
|
||||
<video controls preload="metadata" src="{{ obj.url | get_video_link }}" width="480">
|
||||
|
|
Loading…
Reference in a new issue