title Blog permalink /blog/ All the blog post from the lab {% for post in site.posts %} {% if post.categories contains 'blog' %} - {{ post.title }} {% endif %} {% endfor %}