--- id: tutorial title: Tutorial layout: tutorial category: tutorial ---
{% for page in site.tutorial %} {% if page.categories contains 'tutorial' %} {% include post.html truncate=true %} {% endif %} {% endfor %}