1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-09-24 18:18:49 +02:00
blog/_src/index.html

31 lines
608 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
redirect_from:
- /blog/
- /topics/howto-and-tutorial/
- /howto-and-tutorial/
- /most-popular-stuff-on-kremaliciouscom-in-2008/
- /canon-eos-50d-officially-announced-and-new-lens/
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
2015-05-31 21:56:40 +02:00
{% if paginator.previous_page %}
<h1 class="paginator-title">Page {{ paginator.page }}</h1>
{% endif %}
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
2015-05-31 21:56:40 +02:00
{% include paginator.html %}