Order accounts on about page
This commit is contained in:
parent
34cab118cf
commit
3cc4c91dcd
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
These are all the accounts I run, all to do with various things. Take a look!
|
||||
</p>
|
||||
<div class="row text-center">
|
||||
{% for key, account in ACCOUNTS.items() %}
|
||||
{% for account in ACCOUNTS.values()|sort(attribute='site') %}
|
||||
<div class="col-sm-3 col-xs-6">
|
||||
<div class="service-box account">
|
||||
<a href="{{ account.url }}" class="no-underline">
|
||||
|
|
Reference in a new issue