From bfd0425dd9829966f7ec15460d9506b8c1d65911 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 12 Dec 2020 18:23:07 +0100 Subject: [PATCH] Sort magic words --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index a669866..d8568cb 100644 --- a/templates/index.html +++ b/templates/index.html @@ -71,7 +71,7 @@
- {% for magicword in allmagicwords | unique %} + {% for magicword in allmagicwords | unique | sort %} {% if magicword != "__PUBLISH__" %}

{{ magicword }}