2013-11-18 01:08:13 +01:00
|
|
|
---
|
2013-11-18 23:26:34 +01:00
|
|
|
layout: base
|
2013-11-21 21:15:26 +01:00
|
|
|
title: kremalicious
|
|
|
|
description: 'Blog of designer & developer Matthias Kretschmann'
|
2013-11-18 01:08:13 +01:00
|
|
|
---
|
|
|
|
|
2013-11-24 00:13:48 +01:00
|
|
|
{% if paginator.next_page == 2 %}
|
|
|
|
{% include featured.html %}
|
|
|
|
{% endif %}
|
|
|
|
|
2013-11-23 21:53:52 +01:00
|
|
|
<section role="main" id="main" class="row">
|
2013-11-18 22:09:20 +01:00
|
|
|
|
2013-11-23 21:53:52 +01:00
|
|
|
{% for post in paginator.posts %}
|
2013-11-18 23:26:34 +01:00
|
|
|
|
2013-11-24 17:31:03 +01:00
|
|
|
{% include index.html %}
|
2013-11-18 22:09:20 +01: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 %}
|