--- layout: base title: kremalicious description: 'Blog of designer & developer Matthias Kretschmann' --- {% for post in paginator.posts %} {% if post.layout == "link" %} {{ post.title }} {{ post.content }} Go to source ∞ {% elsif post.layout == "image" %} {{ post.title }} exif {% else %} {{ post.title }} {% if post.image %} {% endif %} {{ post.excerpt }} Continue reading {% endif %} {% endfor %} {% if paginator.previous_page %} {% if paginator.previous_page == 1 %} Previous {% else %} Previous {% endif %} {% endif %} Page {{ paginator.page }} of {{ paginator.total_pages }} {% if paginator.next_page %} Next {% endif %}
Go to source ∞
{% if paginator.previous_page == 1 %} Previous {% else %} Previous {% endif %}
Page {{ paginator.page }} of {{ paginator.total_pages }}
Next