1.1 KiB
1.1 KiB
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 }}
{{ post.description | markdownify | remove: '
' | remove: '
' }} lire la suite
{% endif %}{% endfor %}