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,8 +34,6 @@
<section class="index content narrow">
{{ page.content }}
<p></p>
<div class="row">
<div class="row">
{% for p in page.children %}
<div class="three columns">
@ -60,7 +58,6 @@
</div>
{% endfor %}
</div>
</div>
</section>
<section class="foot wrapper">
{% if page.taxonomy.tag|length > 0 %}