929 B
929 B
layout | title | permalink | description | comments | sitemap | category |
---|---|---|---|---|---|---|
page | Cercles | /cercles/ | Classement par categories | false | false | base |
{% capture site_categories %}{% for cercle in site.categories %}{{ cercle | first }}{% unless forloop.last %},{% endunless %}{% endfor %}{% endcapture %} {% assign categories_list = site_categories | split:',' | sort %}
{% for item in (0..site.categories.size) %}{% unless forloop.last %} {% capture this_word %}{{ categories_list[item] | strip_newlines }}{% endcapture %}
{{ this_word }}
-
{% for post in site.categories[this_word] %}{% if post.title != null %}
- {{ post.title }} {% endif %}{% endfor %}