From b9936fb6c97e78726b6ceaaa4e2263d98b5cea3e Mon Sep 17 00:00:00 2001 From: blek Date: Sat, 21 Oct 2023 12:12:58 +1000 Subject: [PATCH] remove a few whitespaces desperately saving a few bytes --- filed/templates/base.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/filed/templates/base.html b/filed/templates/base.html index a1ba3fa..8862072 100644 --- a/filed/templates/base.html +++ b/filed/templates/base.html @@ -17,8 +17,8 @@ - {% include "seotags.html" %} - {% block head %}{% endblock %} + {%- include "seotags.html" %} + {% block head %}{% endblock -%} @@ -34,7 +34,7 @@
- {% block body %}{% endblock %} + {%- block body %}{% endblock -%}
- {% block scripts %}{% endblock %} + {%- block scripts %}{% endblock -%} \ No newline at end of file