less whitespace
This commit is contained in:
parent
19b4f8a8a4
commit
856bcc61af
1 changed files with 11 additions and 11 deletions
|
@ -2,7 +2,7 @@
|
||||||
<h1>{{ week_title }}</h1>
|
<h1>{{ week_title }}</h1>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% for item in items %}
|
{% for item in items %}
|
||||||
<div class="item">
|
<div class="item">
|
||||||
<a href="{{ item.full_url }}">
|
<a href="{{ item.full_url }}">
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<h1>{{ item.title }}</h1>
|
<h1>{{ item.title }}</h1>
|
||||||
|
@ -12,6 +12,6 @@
|
||||||
<img src="{{ item.data.thumbnail }}">
|
<img src="{{ item.data.thumbnail }}">
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue