From 3cc4c91dcd34f5080dcbd998d4564a46630e0f66 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 11 Feb 2017 21:48:44 +0000 Subject: [PATCH] Order accounts on about page --- content/pages/about.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') %}