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() %}