remove useless <p></p> and an extra uselss div row

This commit is contained in:
meaz 2020-02-16 07:13:08 +01:00
parent be71944a70
commit 1753fe0b0b
1 changed files with 0 additions and 3 deletions

View File

@ -34,9 +34,7 @@
<section class="index content narrow">
{{ page.content }}
<p></p>
<div class="row">
<div class="row">
{% for p in page.children %}
<div class="three columns">
{%if p.header.indexed %}
@ -59,7 +57,6 @@
{% endfor %}
</div>
{% endfor %}
</div>
</div>
</section>
<section class="foot wrapper">