Remove order of projects
This commit is contained in:
parent
b432b3f31d
commit
457dacc6f4
|
@ -24,7 +24,7 @@
|
||||||
build tools that make my life easier.
|
build tools that make my life easier.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
{% for article in articles_page.object_list|selectattr('category.name', '==', 'Projects')|sort(attribute='order') %}
|
{% for article in articles_page.object_list|selectattr('category.name', '==', 'Projects') %}
|
||||||
<h3><a href="{{ article.url }}">{{ article.title }}</a></h3>
|
<h3><a href="{{ article.url }}">{{ article.title }}</a></h3>
|
||||||
<div class="summary">
|
<div class="summary">
|
||||||
{{ article.summary }}
|
{{ article.summary }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user