| layout | default |
|---|
-
{% assign posts = site.TIL | sort: 'date' | reverse %}
{% assign counter = 0 %}
{% for post in posts %}
{% assign counter = counter | plus:1 %}
- [{{ post.tag }}]{{ post.title }} {{ post.date | date: "%b %d, %Y" }} {% endfor %}