1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-30 21:52:05 +02:00
blog/_src/index.html

20 lines
297 B
HTML
Raw Normal View History

2013-11-18 01:08:13 +01:00
---
layout: base
2014-04-06 15:35:15 +02:00
front_page: true
2013-11-18 01:08:13 +01:00
---
{% if paginator.next_page == 2 %}
2014-07-12 21:22:47 +02:00
{% include featured.html %}
{% endif %}
2013-11-23 21:53:52 +01:00
<section role="main" id="main" class="row">
2014-07-12 21:22:47 +02:00
2013-11-23 21:53:52 +01:00
{% for post in paginator.posts %}
2014-07-12 21:22:47 +02:00
{% include articles.html %}
2014-07-12 21:22:47 +02:00
2013-11-23 21:53:52 +01:00
{% endfor %}
</section>
2013-11-20 23:33:58 +01:00
2013-11-24 17:31:03 +01:00
{% include paginator.html %}