layout | title | permalink |
---|---|---|
page |
Archive |
/archive/ |
{% for post in site.posts %} {% capture month %}{{ post.date | date: '%m%Y' }}{% endcapture %} {% capture nmonth %}{{ post.next.date | date: '%m%Y' }}{% endcapture %} {% if month != nmonth %} {% if forloop.index != 1 %}{% endif %}
-
{% endif %}
- {{ post.title }}, {{ post.author }} {{ post.date | date: "%Y-%m-%d" }}
{% endfor %}