1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-28 16:48:00 +02:00
blog/_src/index.html

21 lines
379 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 articles.html %}
{% endfor %}
</section>
{% include paginator.html %}