From 7bb2d2d502f129ea6e92e3b88af1f90d45ced4ae Mon Sep 17 00:00:00 2001 From: Andy Lulham Date: Wed, 1 May 2024 03:26:10 +0100 Subject: [PATCH] Add sortable --- output/index.html | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/output/index.html b/output/index.html index 852edf6e4..24f33b938 100644 --- a/output/index.html +++ b/output/index.html @@ -1,7 +1,15 @@ --- -title: Community notes --- + + + + + + Community notes + + + {% for row in site.data.notes %} {% if forloop.first %} @@ -17,3 +25,8 @@ {% endtablerow %} {% endfor %}
+ + + + +