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 %}