add: "town square" community option

with a town square community, users can post directly from their profiles!
This commit is contained in:
trisua 2025-04-03 20:25:00 -04:00
parent ca0c4b9e0b
commit 48e0b02198
7 changed files with 90 additions and 9 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 %}
show_community and post.community != config.town_square %}
<div class="card-nest">
<div class="card small">
<a
@ -225,7 +225,8 @@ show_community %}
</div>
</div>
</div>
{% if community and show_community %}
{% if community and show_community and post.community != config.town_square
%}
</div>
{% endif %} {%- endmacro %} {% macro notification(notification) -%}
<div class="w-full card-nest">