mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-12 08:05:18 +01:00
20 lines
297 B
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 %} |