Browse Source

sorting the overview on the slug

master
manetta 4 years ago
parent
commit
f429ede303
  1. 2
      themes/default/templates/categories.html

2
themes/default/templates/categories.html

@ -7,7 +7,7 @@
{% block content_title %}
{% endblock %}
{% for category, articles in categories | sort %}
{% for category, articles in categories | sort(attribute="slug") %}
<a class="nounderline" href="{{ SITEURL }}/{{ category.url }}" title="Permalink to {{ category|striptags }}">
<h1 class="category">{{ category }}</h1>
</a>

Loading…
Cancel
Save