layout | title |
---|---|
default |
活動記録一覧 |
-
{% for post in site.posts %}
{% if post.next %} {% capture year %}{{ post.date | date: '%Y' }}{% endcapture %} {% capture nyear %}{{ post.next.date | date: '%Y' }}{% endcapture %} {% endif %}
{% if post.next %} {% if year != nyear %}
- {{ post.date | date: "%m月" }} {{ post.title }} {% else %}
- {{ post.date | date: "%m月" }} {{ post.title }} {% endif %} {% else %}
- {{ post.date | date: "%m月" }} {{ post.title }} {% endif %}
{% if forloop.last %}
{% endfor %}