--- title: Posts listed by Category layout: default # this file would be used with catag-old.html in _includes and expects to be in the blogPath directory --- {% assign sortedCats = site.categories | sort %} {% for category in sortedCats %} {% assign cat = category[0] %} {% unless cat == "blog" %}

{{ cat }}

{% endunless %} {% endfor %}