--- title: "Tags" layout: default permalink: "/tags.html" ---

Tags

{% for tag in site.tags %}

{{ tag[0] }}

{% assign pages_list = tag[1] %} {% for post in pages_list %} {% if post.title != null %} {% if group == null or group == post.group %} {% include main-loop-card.html %} {% endif %} {% endif %} {% endfor %} {% assign pages_list = nil %} {% assign group = nil %} {% endfor %}
{% include sidebar-featured.html %}