Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 231 Bytes

File metadata and controls

14 lines (12 loc) · 231 Bytes
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 %}