fix(ui): show community in home timelines

This commit is contained in:
trisua 2025-04-09 19:52:36 -04:00
parent b78508ee15
commit 23932dc9ae
3 changed files with 4 additions and 5 deletions

View file

@ -106,7 +106,7 @@ community %}
</div>
{%- endmacro %} {% macro post(post, owner, secondary=false, community=false,
show_community=true, can_manage_post=false) -%} {% if community and
show_community and post.community != config.town_square %}
show_community %}
<div class="card-nest">
<div class="card small">
<a
@ -255,8 +255,7 @@ show_community and post.community != config.town_square %}
</div>
</div>
</div>
{% if community and show_community and post.community != config.town_square
%}
{% if community and show_community %}
</div>
{% endif %} {%- endmacro %} {% macro notification(notification) -%}
<div class="w-full card-nest">