Tags

{% for category in include.cats %} {{ category }} {% endfor %} {% if site.categories contains page.title %} {{ page.title }} {% endif %} {% for category in site.categories %} {% unless include.cats contains category[0] or page.title == category[0] %} {{ category[0] }} {% endunless %} {% endfor %}