| layout | title | slug | search_omit |
|---|---|---|---|
default |
索引 |
date |
true |
下面是按照时间归档的文章索引,方便大家查找需要的文章。
-
{% for post in site.posts %}
-
-
-
{% else %}
{% if year != nyear %}
-
-
-
-
{% elsif month != nmonth %}
-
-
{% endif %}
{% endif %}
- {{ post.title }}
{% if forloop.last %}
{% endif %}
{% endfor %}
-
{% if post.next %}
{% capture year %}{{ post.date | date: '%Y' }}{% endcapture %}
{% capture nyear %}{{ post.next.date | date: '%Y' }}{% endcapture %}
{% capture month %}{{ post.date | date: '%m' }}{% endcapture %}
{% capture nmonth %}{{ post.next.date | date: '%m' }}{% endcapture %}
{% endif %}
{% if forloop.first %}