代码拉取完成,页面将自动刷新
---
layout: default
css: [common.css,header.css,footer.css,totop.css,articlelist.css]
js: [common.js,header.js,totop.js]
---
<div id="articlelist">
{% for post in site.posts %}
{% capture this_year %}{{ post.date | date: "%Y" }}{% endcapture %}
{% capture next_year %}{{ post.previous.date | date: "%Y" }}{% endcapture %}
{% if forloop.first %}
<div class="type-head">{{ this_year }}</div>
<ul>
{% endif %}
{% if this_year == next_year %}
<li>
<time>{{ post.date | date: "%Y/%m/%d" }} </time>
<a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a>
<span>
{% for cat in post.categories %}
<a href="{{ site.categoriesurl }}/#{{ cat }}">{{ cat }}</a>
{% endfor %}
</span>
</li>
{% else %}
{% if forloop.last %}
<li>
<time>{{ post.date | date: "%Y/%m/%d" }} </time>
<a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a>
<span>
{% for cat in post.categories %}
<a href="{{ site.categoriesurl }}/#{{ cat }}">{{ cat }}</a>
{% endfor %}
</span>
</li>
</ul>
{% else %}
<li>
<time>{{ post.date | date: "%Y/%m/%d" }} </time>
<a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a>
<span>
{% for cat in post.categories %}
<a href="{{ site.categoriesurl }}/#{{ cat }}">{{ cat }}</a>
{% endfor %}
</span>
</li>
</ul>
<div class="type-head">{{ next_year }}</div>
<ul>
{% endif %}
{% endif %}
{% endfor %}
</div>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。