diff --git a/content/pages/about.html b/content/pages/about.html index fabc2d2..28ac21d 100644 --- a/content/pages/about.html +++ b/content/pages/about.html @@ -31,7 +31,7 @@ These are all the accounts I run, all to do with various things. Take a look!

- {% for key, account in ACCOUNTS.items() %} + {% for account in ACCOUNTS.values()|sort(attribute='site') %}