Fix ordering of other categories
This commit is contained in:
parent
44451eb1b8
commit
986c070b77
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Reference in a new issue