Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 599 Bytes

categories.md

File metadata and controls

30 lines (27 loc) · 599 Bytes
layout title header group
page_no_comment
分类
Posts By Category
no_navigation

{% include JB/setup %}

<script> $(function() { $( "#cat-accordion" ).accordion({ collapsible: true, heightStyle: "content", active: false }); }); </script>
{% for category in site.categories %}

{{ category[0] | join: "/" }} × {{category[1].size}}

    {% assign pages_list = category[1] %} {% include JB/pages_list %}
{% endfor %}