Tags

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