File tree Expand file tree Collapse file tree 2 files changed +27
-13
lines changed Expand file tree Collapse file tree 2 files changed +27
-13
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "100" : [
3
- " airtract" ,
4
- " patrick136"
5
- ],
6
- "30" : [
7
- " wingerdkm1"
8
- ],
9
- "10" : [
10
- " kuwaitbinary" ,
11
- " sasmithjr" ,
12
- " Gomah"
13
- ],
14
2
"1" : [
3
+ " timothymiko" ,
4
+ " smjnab" ,
5
+ " bekwam" ,
6
+ " Heartz66" ,
15
7
" cosgrove39264" ,
16
8
" MichaelSchmidle" ,
17
9
" neetso" ,
20
12
" romainnorberg" ,
21
13
" KirillOsenkov" ,
22
14
" scott-joe"
23
- ]
15
+ ],
16
+ "10" : [
17
+ " dmjio" ,
18
+ " seansan" ,
19
+ " kuwaitbinary" ,
20
+ " sasmithjr" ,
21
+ " Gomah"
22
+ ],
23
+ "30" : [],
24
+ "100" : [
25
+ " SamChester651" ,
26
+ " Mobilunity-Com" ,
27
+ " wingerdkm1" ,
28
+ " airtract" ,
29
+ " patrick136"
30
+ ],
31
+ "300" : [
32
+ " stacho"
33
+ ],
34
+ "500" : []
24
35
}
Original file line number Diff line number Diff line change @@ -44,6 +44,9 @@ <h2 class="title is-5">
44
44
{% for backer in site.data.backers["500"] reversed %}
45
45
{% include elements/patreon-item.html %}
46
46
{% endfor %}
47
+ {% for backer in site.data.github["500"] reversed %}
48
+ {% include elements/github-item.html %}
49
+ {% endfor %}
47
50
</ tbody >
48
51
</ table >
49
52
You can’t perform that action at this time.
0 commit comments