Merge remote-tracking branch 'upstream/main'

This commit is contained in:
2024-10-20 17:32:13 +13:00
28 changed files with 491 additions and 104 deletions

View File

@ -157,7 +157,10 @@
{% endif %}
<!-- POST BODY -->
<div class="post_body">{{ post.body|safe }}</div>
<div class="post_body">
{{ post.body|safe }}
{% call poll(post) %}
</div>
<div class="post_score" title="{{ post.score.1 }}">
{% if prefs.hide_score != "on" %}
{{ post.score.0 }}