--- layout: base title: kremalicious description: 'Blog of designer & developer Matthias Kretschmann' --- {% for post in paginator.posts %} {% if post.layout == "link" %} {% elsif post.layout == "image" %}
{{ post.title }}
exif
{% else %}

{{ post.title }}

{% if post.image %} {% endif %} {{ post.excerpt }} Continue reading
{% endif %} {% endfor %}