mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-14 09:05:17 +01:00
21 lines
376 B
HTML
21 lines
376 B
HTML
---
|
|
layout: base
|
|
title: kremalicious
|
|
description: 'Blog of designer & developer Matthias Kretschmann'
|
|
---
|
|
|
|
{% if paginator.next_page == 2 %}
|
|
{% include sticky.html %}
|
|
{% endif %}
|
|
|
|
<section role="main" id="main" class="row">
|
|
|
|
{% for post in paginator.posts %}
|
|
|
|
{% include index.html %}
|
|
|
|
{% endfor %}
|
|
|
|
</section>
|
|
|
|
{% include paginator.html %} |