layout default author_profile true title SQL Posts permalink /sql-posts/ SQL Posts {% for post in site.posts %} {% if post.categories contains "sql" %} [{{ post.title }}]({{ post.url }}) {% endif %} {% endfor %}