title | layout | permalink |
---|---|---|
Ⓒ🅝🅐 |
page |
/cna/ |
{% for category in site.categories %} {% if category.first == "cna" %}
{% for post in category.last %}
{{ post.date | preserve_timezones }} • CNA
{% endfor %}
{% endif %}
{% endfor %}