remove a few whitespaces desperately saving a few bytes

This commit is contained in:
blek 2023-10-21 12:12:58 +10:00
parent 1abde66541
commit b9936fb6c9
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 5 additions and 5 deletions

View File

@ -17,8 +17,8 @@
<style> .footer svg { height: 32px; margin: 10px 0 } </style>
{% include "seotags.html" %}
{% block head %}{% endblock %}
{%- include "seotags.html" %}
{% block head %}{% endblock -%}
</head>
<body>
@ -34,7 +34,7 @@
</div>
<div class='content-box'>
<div class="content">
{% block body %}{% endblock %}
{%- block body %}{% endblock -%}
</div>
<div class="footer">
@ -64,7 +64,7 @@
</td>
<td style="text-align:right;vertical-align:bottom">
<a href="https://blek.codes">
{% include "blek.svg" %}
{%- include "blek.svg" -%}
</a>
</td>
</tr>
@ -75,6 +75,6 @@
</div>
<script src="/js-only.js"></script>
{% block scripts %}{% endblock %}
{%- block scripts %}{% endblock -%}
</body>
</html>