{%- unless post.hidden -%}
{% include archive-single.html %}
{% if post.image %}
{% endif %}
{%- endunless -%}
--- title: "Blog" layout: archive permalink: /posts/ --- {% if paginator %} {% assign posts = paginator.posts %} {% else %} {% assign posts = site.posts %} {% endif %}