--- layout: archive --- {{ content }} {% if paginator %} {% assign posts = paginator.posts %} {% else %} {% assign posts = site.posts %} {% endif %}

Features Coming Soon

{% assign soon = posts | where: "sneak_preview", "true" %} {% for post in soon %} {% include archive-single.html %} {% endfor %}

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

{% assign news = posts | where: "sneak_preview", "false" %} {% for post in news %} {% include archive-single.html %} {% endfor %} {% include paginator.html %}