hacks-guide-minimal-mistake.../index.html

15 lines
296 B
HTML
Raw Normal View History

2013-05-24 16:25:31 +02:00
---
layout: archive
author_profile: true
---
2016-03-07 15:51:50 +01:00
{% include base_path %}
<h3 class="archive__subtitle">{{ site.data.ui-text[site.locale].recent_posts | default: "Recent Posts" }}</h3>
{% for post in paginator.posts %}
{% include archive-single.html %}
{% endfor %}
2016-05-13 07:24:06 +02:00
{% include paginator.html %}