2013-11-18 01:08:13 +01:00
|
|
|
---
|
2013-11-18 23:26:34 +01:00
|
|
|
layout: base
|
2014-04-06 15:35:15 +02:00
|
|
|
front_page: true
|
2014-08-31 18:55:02 +02:00
|
|
|
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
|
|
|
---
|
|
|
|
|
2013-11-24 00:13:48 +01:00
|
|
|
{% if paginator.next_page == 2 %}
|
2014-07-12 21:22:47 +02:00
|
|
|
{% include featured.html %}
|
2013-11-24 00:13:48 +01:00
|
|
|
{% endif %}
|
|
|
|
|
2015-08-09 21:50:06 +02:00
|
|
|
<section role="main" id="main" class="grid">
|
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
|
|
|
|
2013-12-02 21:54:30 +01: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 %}
|