hacks-guide-minimal-mistake.../index.html
2016-07-29 12:16:53 -04:00

15 lines
296 B
HTML

---
layout: archive
author_profile: true
---
{% 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 %}
{% include paginator.html %}