Guide_3DS/_layouts/home.html

12 lines
250 B
HTML
Raw Normal View History

2016-11-23 02:29:35 +01:00
---
layout: archive
---
<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 %}