temporarily remove clickable links

This commit is contained in:
ghost 2023-12-08 04:03:32 +02:00
parent 21fc895719
commit 3e21f5e6c0

View File

@ -39,7 +39,7 @@
{{ post.message | message_to_markdown | markdown_to_html }}
#}
<p>
{{ post.message | trim | nl2br | url_to_html | mention_to_html }}
{{ post.message | trim | nl2br }}
</p>
</li>
{% endfor %}