diff --git a/files/templates/awards.html b/files/templates/awards.html index cbe103299..b85b351bd 100644 --- a/files/templates/awards.html +++ b/files/templates/awards.html @@ -11,20 +11,20 @@ {% if p.award_count("wholesome", v) %} {% set wholesome = '/e/marseywholesome.webp' %} - {{ stackable_award('wholesome', wholesome, ':#marseywholesome:') }} + {{stackable_award('wholesome', wholesome, ':#marseywholesome:')}} {% endif %} {% if p.award_count("train", v) %} - {{ stackable_award('train', '/e/marseytrain.webp', ':#marseytrain:') }} + {{stackable_award('train', '/e/marseytrain.webp', ':#marseytrain:')}} {% endif %} {% if p.award_count("scooter", v) %} - {{ stackable_award('scooter', '/e/marseyscooter.webp', ':#marseyscooter:') }} + {{stackable_award('scooter', '/e/marseyscooter.webp', ':#marseyscooter:')}} {% endif %} {% if p.award_count("firework", v) %} - {{ stackable_award('firework') }} + {{stackable_award('firework')}} {% endif %} {% if p.award_count("confetti", v) and IS_BIRTHGAY() %} diff --git a/files/templates/chat.html b/files/templates/chat.html index 8e03c9f42..c1aa6591f 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -12,7 +12,7 @@
- {{ macros.chat_users_online() }} + {{macros.chat_users_online()}}
{{macros.chat_group_template()}} diff --git a/files/templates/post_listing.html b/files/templates/post_listing.html index 4d8dce825..e6001196c 100644 --- a/files/templates/post_listing.html +++ b/files/templates/post_listing.html @@ -93,7 +93,7 @@
{% elif request.path.startswith('/search/posts') or request.path.startswith('/search/comments') %}
-
{{HOLE_NAME | capitalize }}:
+
{{HOLE_NAME | capitalize}}:
{% if request.path.startswith('/search/comments') %} diff --git a/files/templates/util/macros.html b/files/templates/util/macros.html index 53fb594a3..e2e7f7dc5 100644 --- a/files/templates/util/macros.html +++ b/files/templates/util/macros.html @@ -5,7 +5,7 @@ {%- endmacro -%} {%- macro random_image(path) -%} - {{- "/" ~ path ~ "/" ~ listdir('files/' ~ path)|random() ~ '?x=6' }} + {{- "/" ~ path ~ "/" ~ listdir('files/' ~ path)|random() ~ '?x=6' -}} {%- endmacro -%} {% macro post_meta(p) %}