Skip to content

Latest commit

 

History

History
72 lines (63 loc) · 1.98 KB

index.md

File metadata and controls

72 lines (63 loc) · 1.98 KB
layout title tagline
page
我的文章

{% include JB/setup %}

{% for post in site.posts %} {% capture this_year %}{{ post.date | date: "%Y" }}{% endcapture %} {% capture this_month %}{{ post.date | date: "%B" }}{% endcapture %} {% capture next_year %}{{ post.previous.date | date: "%Y" }}{% endcapture %} {% capture next_month %}{{ post.previous.date | date: "%B" }}{% endcapture %}

{% if forloop.first %}

{{ this_year }}

{% else %} {% if this_year != next_year %}

{{ next_year }}

    {% else %} {% comment %} {% if this_month != next_month %}

{{ next_month }}

    {% endif %} {% endcomment %} {% endif %} {% endif %} {% endfor %}
    <!-- {% if this_year != next_year %} -->
      <!-- </ul> -->
      <!-- <h2>{{next_year}}</h2> -->
      <!-- <h3>{{next_month}}</h3> -->
      <!-- <ul> -->
    <!-- {% else %} -->
      <!-- {% if this_month != next_month %} -->
        <!-- </ul> -->
        <!-- <h3>{{next_month}}</h3> -->
        <!-- <ul> -->
      <!-- {% endif %} -->
    <!-- {% endif %} -->