diff --git a/crates/app/src/public/html/communities/base.html b/crates/app/src/public/html/communities/base.html
index 8b5c2ee..ebdecf9 100644
--- a/crates/app/src/public/html/communities/base.html
+++ b/crates/app/src/public/html/communities/base.html
@@ -225,7 +225,7 @@
-
+
{{ community.context.description|markdown|safe }}
diff --git a/crates/app/src/public/html/components.html b/crates/app/src/public/html/components.html
index a11b776..31564de 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 and post.community != config.town_square %}
+show_community %}
- {% if community and show_community and post.community != config.town_square
- %}
+ {% if community and show_community %}
{% endif %} {%- endmacro %} {% macro notification(notification) -%}
diff --git a/crates/app/src/public/html/profile/base.html b/crates/app/src/public/html/profile/base.html
index 20cd72b..d8b4c37 100644
--- a/crates/app/src/public/html/profile/base.html
+++ b/crates/app/src/public/html/profile/base.html
@@ -88,7 +88,7 @@
-
+
{{ profile.settings.biography|markdown|safe }}