mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
fix missing </ol> and </section> tags
This commit is contained in:
parent
2f1f6b5b43
commit
64e12b1809
1 changed files with 9 additions and 9 deletions
|
|
@ -44,11 +44,11 @@
|
||||||
or not articles_page.has_previous() and loop.length > 1) %}
|
or not articles_page.has_previous() and loop.length > 1) %}
|
||||||
{% include 'pagination.html' %}
|
{% include 'pagination.html' %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% if loop.last %}
|
||||||
{% if loop.length > 1 or articles_page.has_previous() %}
|
|
||||||
</ol><!-- /#posts-list -->
|
</ol><!-- /#posts-list -->
|
||||||
</section><!-- /#content -->
|
</section><!-- /#content -->
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% endfor %}
|
||||||
{% else %}
|
{% else %}
|
||||||
<section id="content" class="body">
|
<section id="content" class="body">
|
||||||
<h2>Pages</h2>
|
<h2>Pages</h2>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue