From 5b18052dca8526081fa0047dd54e83c890b65526 Mon Sep 17 00:00:00 2001 From: Vivaan Verma Date: Fri, 13 Aug 2021 11:33:31 +0100 Subject: chore: Split Topic column into two columns --- pydis_site/templates/resources/resources.html | 31 +++++++++++++++++++-------- 1 file changed, 22 insertions(+), 9 deletions(-) (limited to 'pydis_site/templates') diff --git a/pydis_site/templates/resources/resources.html b/pydis_site/templates/resources/resources.html index ef4aac8b..fb482345 100644 --- a/pydis_site/templates/resources/resources.html +++ b/pydis_site/templates/resources/resources.html @@ -22,17 +22,30 @@
-
+
Topic
- - {% for topic in topics %} -
- +
+
+ {% for topic in topics_1 %} +
+ +
+ {% endfor %} +
+
+ {% for topic in topics_2 %} +
+ +
+ {% endfor %} +
- {% endfor %}
-- cgit v1.2.3