Update backers page

This commit is contained in:
Jeremy Thomas 2020-03-06 16:12:30 +00:00
parent 0113b8ad07
commit 941411b9f6
2 changed files with 27 additions and 13 deletions

View File

@ -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": []
}

View File

@ -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 %}
</tbody>
</table>