]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Update backers page
authorJeremy Thomas <bbxdesign@gmail.com>
Fri, 6 Mar 2020 16:12:30 +0000 (16:12 +0000)
committerJeremy Thomas <bbxdesign@gmail.com>
Mon, 23 Mar 2020 12:15:29 +0000 (12:15 +0000)
docs/_data/github.json
docs/backers.html

index 5b0575b672cb1cabb23f2048125cb353d9b0daac..59853b7a8f73074bbd5276061f5f35f5d6f06828 100644 (file)
@@ -1,17 +1,9 @@
 {
-  "100": [
-    "airtract",
-    "patrick136"
-  ],
-  "30": [
-    "wingerdkm1"
-  ],
-  "10": [
-    "kuwaitbinary",
-    "sasmithjr",
-    "Gomah"
-  ],
   "1": [
+    "timothymiko",
+    "smjnab",
+    "bekwam",
+    "Heartz66",
     "cosgrove39264",
     "MichaelSchmidle",
     "neetso",
     "romainnorberg",
     "KirillOsenkov",
     "scott-joe"
-  ]
+  ],
+  "10": [
+    "dmjio",
+    "seansan",
+    "kuwaitbinary",
+    "sasmithjr",
+    "Gomah"
+  ],
+  "30": [],
+  "100": [
+    "SamChester651",
+    "Mobilunity-Com",
+    "wingerdkm1",
+    "airtract",
+    "patrick136"
+  ],
+  "300": [
+    "stacho"
+  ],
+  "500": []
 }
index ef86d71568fe92f1b33a5a35384934c84de29f99..7292a42c5f9a997c95b20614703d10a57cee89d7 100644 (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>