added donation badges

updated plausible script
This commit is contained in:
Samuel Philipp 2021-02-06 02:37:54 +01:00
parent 8076d5fa0e
commit 3f4b9a49fe
4 changed files with 27 additions and 1 deletions

10
src/_data/donations.json Normal file
View file

@ -0,0 +1,10 @@
{
"banktransfer": {
"number": 2,
"color": "success"
},
"cash": {
"number": 0,
"color": "inactive"
}
}