From 174dfa3b524119c1acff14f4a4dddabc55723c5a Mon Sep 17 00:00:00 2001 From: cube Date: Tue, 31 Mar 2026 01:47:37 +0100 Subject: [PATCH] rearrange --- myriad/templates/page.html | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/myriad/templates/page.html b/myriad/templates/page.html index c0e52f2..7468e61 100644 --- a/myriad/templates/page.html +++ b/myriad/templates/page.html @@ -46,14 +46,6 @@ {% endif %} - {% if all_icons|length > 1 %} -
Icons
- {% for i in all_icons %} - - {% endfor %} - {% endif %} -
- {% if blinkies|length > 0 %}
Blinkies
{% for blinkie in blinkies %} @@ -68,6 +60,15 @@ {% endfor %} {% endif %} +
+ + {% if all_icons|length > 1 %} +
Icons
+ {% for i in all_icons %} + + {% endfor %} + {% endif %} +
{% endif %}