From 23932dc9ae06b979df4cc1460fdbb6091fd8e0b8 Mon Sep 17 00:00:00 2001 From: trisua Date: Wed, 9 Apr 2025 19:52:36 -0400 Subject: [PATCH] fix(ui): show community in home timelines --- crates/app/src/public/html/communities/base.html | 2 +- crates/app/src/public/html/components.html | 5 ++--- crates/app/src/public/html/profile/base.html | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) 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 }}