| layout | page |
|---|---|
| title | Archive |
| permalink | /archive/ |
Here are all the posts on BakingPixel sorted by date. You can also browse posts by tags.
{% assign postsByMonth = site.posts | group_by_exp:"post", "post.date | date: '%B %Y'" %} {% for month in postsByMonth %}
-
{% for post in month.items %}
- {{ post.title }} {{ post.date | date: "%-d %B %Y" }} {% endfor %}