2001-12-24-archive
{% if page.jekyll-theme-WuK.archive.posts_count.enable %}
{{ site.posts.size }}{{ page.jekyll-theme-WuK.archive.posts_count.append }}
{% assign count = 1 %}
{% for post in site.posts reversed %}
{% assign year = post.date | date: page.jekyll-theme-WuK.archive.group_by %}
{% assign nyear = post.next.date | date: page.jekyll-theme-WuK.archive.group_by %}
{% if year != nyear %}
{% assign counts = counts | append: count | append: ', ' %}
{% assign count = 1 %}
{% else %}
{% assign count = count | plus: 1 %}
{% endif %}
{% endfor %}
{% assign counts = counts | split: ', ' | reverse %}
pie
{{ page.jekyll-theme-WuK.archive.pie_chart.title }}
{% assign i = 0 %}
{% for post in site.posts %}
{% assign year = post.date | date: page.jekyll-theme-WuK.archive.group_by %}
{% assign nyear = post.next.date | date: page.jekyll-theme-WuK.archive.group_by %}
{% if year != nyear %}
"{{ year }}" : {{ counts[i] }}
{% assign i = i | plus: 1 %}
{% endif %}
{% endfor %}
{% endif %}
- TOC
{:toc}
{% endif %}
{% if page.jekyll-theme-WuK.archive.year_count %}{{ counts[i] }}{% endif %} {{ year }}
{% endif %}
- {{ post.date | date_to_string }} [{{ post.title }}]({{ post.url | relative_url }})

浙公网安备 33010602011771号