From 584a62e153992d751f77db3d25535f68ce49cf42 Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Thu, 9 Dec 2021 14:47:29 -0600 Subject: [PATCH] Change UI --- templates/blog/content.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/templates/blog/content.html b/templates/blog/content.html index 2c0776b..9d06491 100644 --- a/templates/blog/content.html +++ b/templates/blog/content.html @@ -1,5 +1,8 @@
- +

+ {{ post.title }} +

+ {%- if post.sticky %}{% endif -%} {% with authors=post.authors.all() %} @@ -18,9 +21,7 @@ -

- {{ post.title }} -

+
{% if post.is_organization_private and show_organization_private_icon %}
{% for org in post.organizations.all() %}