title permalink Workshops /event/ Workshops {% for post in site.posts %} {% if post.categories contains 'workshop' %} {{ post.title }} {{ post.date | date: "%A, %B %-d, %Y" }} {{ post.description }} {% endif %} {% endfor %}