layout | title |
---|---|
layout |
Previous Topics |
-
{% assign past_posts = (site.posts | where: "category" , "posts") %}
{% for post in past_posts %}
- {{ post.date | date: "%B %e, %Y" }} {{ post.title }} {% if post.author %} – {{ post.author }} {% endif %} {% endfor %}