Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 1.23 KB

activities.md

File metadata and controls

45 lines (36 loc) · 1.23 KB
layout title
default
活動記録一覧

← Home

全ての記事


    {% 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: '%Y' }} 年

    • {{ post.date | date: "%m月" }} {{ post.title }}
    • {% else %}
    • {{ post.date | date: "%m月" }} {{ post.title }}
    • {% endif %} {% else %}
    • {{ post.date | date: '%Y' }} 年

      • {{ post.date | date: "%m月" }} {{ post.title }}
      • {% endif %}

        {% if forloop.last %}

      {% endif %}

      {% endfor %}

    <style> li { margin: 10px 0; } </style>