index.hmtl: trim template

This commit is contained in:
Zankaria 2024-04-03 17:19:45 +02:00
parent 7479360aad
commit 1fa60e7386

View File

@ -17,7 +17,7 @@
<h1>{{ settings.title }}</h1>
<div class="subtitle">{{ settings.subtitle }}</div>
</header>
<div class="ban">
{% if news|length == 0 %}
<p style="text-align:center" class="unimportant">(No news to show.)</p>
@ -35,7 +35,7 @@
{% endfor %}
{% endif %}
</div>
<hr/>
{% include 'footer.html' %}
</body>