Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 446 Bytes

abc.md

File metadata and controls

17 lines (16 loc) · 446 Bytes
layout permalink
page
/abc/

🄰🅱🅲

{% for category in site.categories %} {% if category.first == "abc" %}
{% for post in category.last %} {{ post.date | preserve_timezones }}ABC {% endfor %}
{% endif %} {% endfor %}