diff --git a/files/templates/comments.html b/files/templates/comments.html index f284ebb95..29b4b0965 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -146,7 +146,7 @@ {% if c.over_18 %}+18{% endif %} {% if v and v.admin_level >= PERMS['USER_SHADOWBAN'] and c.author.shadowbanned %}{% endif %} {% if c.stickied %} - + {% endif %} {% if c.distinguish_level and not c.ghost %}{% endif %} {% if c.is_op %}{% endif %} diff --git a/files/templates/util/macros.html b/files/templates/util/macros.html index 19d8cfba3..cef4c0954 100644 --- a/files/templates/util/macros.html +++ b/files/templates/util/macros.html @@ -55,15 +55,17 @@ {% endif %} {% if p.stickied %} - + {% endif %} {% if p.hole_pinned %} - + {% endif %} {% if p.distinguish_level %}{% endif %} - {% if p.is_pinned and request.path != '/' %}{% endif %} + {% if p.is_pinned and request.path != '/' %} + + {% endif %} {% if p.over_18 %}+18{% endif %} {% if p.is_bot %} {% endif %} {% if p.is_blocking and not p.ghost %}{% endif %}