Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 533 Bytes

posts.md

File metadata and controls

22 lines (18 loc) · 533 Bytes
permalink layout classes
/posts/
archive
wide

{{ site.data.ui-text[site.locale].recent_posts | default: "Recent Posts" }}

{% if paginator %} {% assign posts = paginator.posts %} {% else %} {% assign posts = site.posts %} {% endif %}

{% assign entries_layout = page.entries_layout | default: 'list' %}

{% for post in posts %} {% include archive-single.html type=entries_layout %} {% endfor %}

{% include paginator.html %}