Skip to content

Commit

Permalink
Add sortable
Browse files Browse the repository at this point in the history
  • Loading branch information
andylolz committed May 1, 2024
1 parent 87fd244 commit 7bb2d2d
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion output/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
---
title: Community notes
---

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Community notes</title>
</head>
<body>

<table>
{% for row in site.data.notes %}
{% if forloop.first %}
Expand All @@ -17,3 +25,8 @@
{% endtablerow %}
{% endfor %}
</table>

<script src="https://cdnjs.cloudflare.com/ajax/libs/Sortable/1.15.2/Sortable.min.js" integrity="sha512-TelkP3PCMJv+viMWynjKcvLsQzx6dJHvIGhfqzFtZKgAjKM1YPqcwzzDEoTc/BHjf43PcPzTQOjuTr4YdE8lNQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
</body>
</html>
<html>

0 comments on commit 7bb2d2d

Please sign in to comment.