title |
layout |
Some of my writing |
base |
{% include _get_all_tags.html category='writing' %}
{% include _all_tags.html %}
{% for post in site.posts %}
{% if post.categories contains 'writing' %}
{% include _post_card.html post=post %}
{% endif %}
{% endfor %}