hacks-guide-minimal-mistake.../example/index.html
2016-09-21 22:13:25 -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 %}