hacks-guide-minimal-mistake.../index.html
2016-05-13 07:24:06 +02:00

15 lines
270 B
HTML

---
layout: archive
author_profile: true
---
{% include base_path %}
<h3 class="archive__subtitle">{{ site.data.ui-text[site.locale].recent_posts }}</h3>
{% for post in paginator.posts %}
{% include archive-single.html %}
{% endfor %}
{% include paginator.html %}