less whitespace

This commit is contained in:
j 2023-09-23 17:31:46 +02:00
parent 19b4f8a8a4
commit 856bcc61af

View file

@ -2,16 +2,16 @@
<h1>{{ week_title }}</h1>
{% endif %}
{% for item in items %}
<div class="item">
<a href="{{ item.full_url }}">
<div class="info">
<h1>{{ item.title }}</h1>
<h2>{{ item.data.title }}</h2>
</div>
<div class="image">
<img src="{{ item.data.thumbnail }}">
</div>
</a>
</div>
<div class="item">
<a href="{{ item.full_url }}">
<div class="info">
<h1>{{ item.title }}</h1>
<h2>{{ item.data.title }}</h2>
</div>
<div class="image">
<img src="{{ item.data.thumbnail }}">
</div>
</a>
</div>
{% endfor %}