--- layout: default redirect_from: - /archive/ - /archive - /archive/1/ - /archive/1 --- {% unless paginator.previous_page %} {% comment %} Newest posts in a unique, Medium-like layout on the first page {% endcomment %}
{% assign post=paginator.posts.first %} {% include featured.html post=post %} {% assign post=paginator.posts[1] %} {% include featured.html post=post %} {% assign post=paginator.posts[2] %} {% include featured.html post=post %} {% assign post=paginator.posts[3] %} {% include featured.html post=post %}
{% endunless %}
{% if paginator.previous_page %}

Archive Page {{ paginator.page }}

{% for post in paginator.posts %} {% unless post.hidden %} {% include featured.html post=post %} {% endunless %} {% endfor %} {% else %}

More Stories

{% for post in paginator.posts offset: 4 %} {% unless post.hidden %} {% include featured.html post=post %} {% endunless %} {% endfor %} {% endif %}