{% include favicon.html %} {% seo %} {% include statistics_head.html %} {% include header.html %}

分类

{% for category in site.categories %}

{{category | first}} (共 {{ category | last | size }} 篇)

{% for posts in category %} {% for post in posts %} {% if post.url %} {{ post.title }} {% endif %} {% endfor %} {% endfor %}
{% endfor %}

标签

{% capture tags %} {% for tag in site.tags %} {{ tag[0] }} {% endfor %} {% endcapture %} {% assign sortedtags = tags | split:' ' | sort %} {% for tag in sortedtags %}

{{ tag }} (共 {{ site.tags[tag].size }} 篇)

{% for post in site.tags[tag] %} {{ post.title }} {% endfor %}
{% endfor %}
{% include footer.html %} {% if site.lock_menu and site.lock_menu == true %} {% endif %} {% include statistics_body.html %}