1
0
Fork 0
mirror of synced 2024-06-22 15:11:10 -04:00
yadm/index.html
2016-09-06 22:18:34 -05: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 %}