remove a few whitespaces desperately saving a few bytes
This commit is contained in:
parent
1abde66541
commit
b9936fb6c9
|
@ -17,8 +17,8 @@
|
||||||
|
|
||||||
<style> .footer svg { height: 32px; margin: 10px 0 } </style>
|
<style> .footer svg { height: 32px; margin: 10px 0 } </style>
|
||||||
|
|
||||||
{% include "seotags.html" %}
|
{%- include "seotags.html" %}
|
||||||
{% block head %}{% endblock %}
|
{% block head %}{% endblock -%}
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class='content-box'>
|
<div class='content-box'>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
{% block body %}{% endblock %}
|
{%- block body %}{% endblock -%}
|
||||||
</div>
|
</div>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
|
|
||||||
|
@ -64,7 +64,7 @@
|
||||||
</td>
|
</td>
|
||||||
<td style="text-align:right;vertical-align:bottom">
|
<td style="text-align:right;vertical-align:bottom">
|
||||||
<a href="https://blek.codes">
|
<a href="https://blek.codes">
|
||||||
{% include "blek.svg" %}
|
{%- include "blek.svg" -%}
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -75,6 +75,6 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="/js-only.js"></script>
|
<script src="/js-only.js"></script>
|
||||||
{% block scripts %}{% endblock %}
|
{%- block scripts %}{% endblock -%}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue