--- layout: default title: Category permalink: /category/ icon: octicon-list-unordered isNavItem: true styles : [article-list.css,category.css] scripts: [category.js] ---
{% for post in site.posts %} {% endfor %}
{% for category in site.categories %}
{% for posts in category %} {% for post in posts %} {% if post.url %} {% endif %} {% endfor %} {% endfor %}
{% endfor %}