--- title: "Blog" layout: archive permalink: /posts/ --- {% if paginator %} {% assign posts = paginator.posts %} {% else %} {% assign posts = site.posts %} {% endif %}
{% assign tags = site.tags | sort %} {% for category in tags %} {% assign cat = category | first %} {% endfor %}
{% for post in posts %}

{%- unless post.hidden -%} {% include archive-single.html %} {% if post.image %} {% endif %} {%- endunless -%}

{% endfor %}