List all tutorials posts
{% for category in site.categories %} {% if category[0] == 'tutorials' %}
-
{% for post in category[1] %}
- {{ post.title }} {% endfor %}
{% for tag in site.tags %} {% if tag[0] == 'tutorials' %}
-
{% for post in tag[1] %}
- {{ post.title }} {% endfor %}