layout | title | permalink |
---|---|---|
page |
Archives |
/archives/ |
-
{% for post in site.posts %}
{% unless post.next %}
{% else %}
{% capture year %}{{ post.date | date: '%Y %b' }}{% endcapture %}
{% capture nyear %}{{ post.next.date | date: '%Y %b' }}{% endcapture %}
{% if year != nyear %}
{% endif %}
{% endunless %}
- {{ post.title }} by {{ post.author }} {% if post.category %} from {{ post.category }}{% endif %} {% endfor %}