diff --git a/crates/app/src/public/html/components.html b/crates/app/src/public/html/components.html index 49f71a9..51941b2 100644 --- a/crates/app/src/public/html/components.html +++ b/crates/app/src/public/html/components.html @@ -106,7 +106,7 @@ community %} {%- 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 %}
- {% if community and show_community %} + {% if community and show_community and post.community != config.town_square + %} {% endif %} {%- endmacro %} {% macro notification(notification) -%}
diff --git a/crates/app/src/public/html/profile/settings.html b/crates/app/src/public/html/profile/settings.html index 8bdb425..b368884 100644 --- a/crates/app/src/public/html/profile/settings.html +++ b/crates/app/src/public/html/profile/settings.html @@ -202,7 +202,6 @@
- {{ user.settings.theme_preference }}