From 941411b9f691aee3a39c11861b6df0fe55dbb802 Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Fri, 6 Mar 2020 16:12:30 +0000 Subject: [PATCH] Update backers page --- docs/_data/github.json | 37 ++++++++++++++++++++++++------------- docs/backers.html | 3 +++ 2 files changed, 27 insertions(+), 13 deletions(-) diff --git a/docs/_data/github.json b/docs/_data/github.json index 5b0575b6..59853b7a 100644 --- a/docs/_data/github.json +++ b/docs/_data/github.json @@ -1,17 +1,9 @@ { - "100": [ - "airtract", - "patrick136" - ], - "30": [ - "wingerdkm1" - ], - "10": [ - "kuwaitbinary", - "sasmithjr", - "Gomah" - ], "1": [ + "timothymiko", + "smjnab", + "bekwam", + "Heartz66", "cosgrove39264", "MichaelSchmidle", "neetso", @@ -20,5 +12,24 @@ "romainnorberg", "KirillOsenkov", "scott-joe" - ] + ], + "10": [ + "dmjio", + "seansan", + "kuwaitbinary", + "sasmithjr", + "Gomah" + ], + "30": [], + "100": [ + "SamChester651", + "Mobilunity-Com", + "wingerdkm1", + "airtract", + "patrick136" + ], + "300": [ + "stacho" + ], + "500": [] } diff --git a/docs/backers.html b/docs/backers.html index ef86d715..7292a42c 100644 --- a/docs/backers.html +++ b/docs/backers.html @@ -44,6 +44,9 @@ breadcrumb: {% for backer in site.data.backers["500"] reversed %} {% include elements/patreon-item.html %} {% endfor %} + {% for backer in site.data.github["500"] reversed %} + {% include elements/github-item.html %} + {% endfor %}