From cb0d903c8010d8b8e95631686bdee47e891ec362 Mon Sep 17 00:00:00 2001 From: Hui Li <7204277+Hui-Li@users.noreply.github.com> Date: Fri, 21 Aug 2020 14:43:50 +0800 Subject: [PATCH 1/3] Sort conferences using JS --- _layouts/home.html | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/_layouts/home.html b/_layouts/home.html index a3b90b5510..3a2e211c04 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -68,9 +68,10 @@

+
{% for conf in site.data.conferences %} -
+
{{conf.title}} {{conf.year}} @@ -117,6 +118,7 @@

+