1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-28 08:37:57 +02:00
blog/_src/index.html

20 lines
297 B
HTML

---
layout: base
front_page: true
---
{% if paginator.next_page == 2 %}
{% include featured.html %}
{% endif %}
<section role="main" id="main" class="row">
{% for post in paginator.posts %}
{% include articles.html %}
{% endfor %}
</section>
{% include paginator.html %}