You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
514 B
514 B
layout | title | sidebar | order |
---|---|---|---|
page2 | Pages | 1 | 2 |
All the pages written on nq4t.com are listed right here!
{% assign sorted_category = site.categories | sorted %}
{% for category in sorted_category %}
{% unless category[0] == "blog" or category[0] == "pages" %}
{{ page.title }}
{% endfor %}
{% endunless %}
{% endfor %}