--- layout: page home-title: Welcome to zhonger's blog! description: Writing, writing, writing ... permalink: /categories.html cover: https://images.unsplash.com/photo-1465189684280-6a8fa9b19a7a?w=1600&q=900 --- {% assign category_posts_num = site.categories | size%} {% assign uncategory_posts = site.posts | where: "categories", empty | sort: "date" | reverse %} {% assign uncategory_posts_num = uncategory_posts | size %} {% assign lang = page.lang | default: site.default_lang %} {% assign locales = site.data.locales[lang] %} {% assign categories = locales.categories%}

{{ categories.title }}

{{ categories.total.info }} {{ site.posts | size }} {{ categories.total.unit }} {% if category_posts_num > 0 %} {{ categories.type.info }} {{ category_posts_num }} {{ categories.type.unit }} {% endif %} {% if uncategory_posts_num > 0 %} {{ categories.uncategory.info }} {{ uncategory_posts_num }} {{ categories.uncategory.unit }} {% endif %}

{% for category in site.categories %} {% assign category_name = category | first %}

{{ category[0] }}

{% endfor %} {% if uncategory_posts_num > 0 %}

{{ categories.u_title }}

{% endif %}