1
Fork 0

Fix ordering of other categories

This commit is contained in:
Jake Howard 2017-01-23 14:12:12 +00:00
parent 44451eb1b8
commit 986c070b77

View file

@ -120,7 +120,7 @@
{% for category, articles in categories %}
{% if category.name not in ['blog', 'projects'] %}
<a class="btn btn-primary btn-xl margin" href="{{ category.url }}">
{{ category|get_title }}
{{ category.name }}
</a>
{% endif %}
{% endfor %}