add missing annual members supporters widgets
This commit is contained in:
parent
9891eef222
commit
3df5be0829
3 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
## v1.4.1 (2023-05-26)
|
## v1.5.0 (2023-05-26)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
* Update `activitypub-express` to add User-Agent headers to federation requests
|
* Update `activitypub-express` to add User-Agent headers to federation requests
|
||||||
|
|
|
@ -19,6 +19,8 @@ I fundamentally do not believe that being a programmer gives me any special righ
|
||||||
|
|
||||||
[![Guppe Members](https://opencollective.com/guppe-groups/tiers/member.svg?avatarHeight=36&width=600)](https://opencollective.com/guppe-groups)
|
[![Guppe Members](https://opencollective.com/guppe-groups/tiers/member.svg?avatarHeight=36&width=600)](https://opencollective.com/guppe-groups)
|
||||||
|
|
||||||
|
[![Guppe Members](https://opencollective.com/guppe-groups/tiers/annual-member.svg?avatarHeight=36&width=600)](https://opencollective.com/guppe-groups)
|
||||||
|
|
||||||
|
|
||||||
## Tech stack
|
## Tech stack
|
||||||
|
|
||||||
|
|
|
@ -34,6 +34,9 @@
|
||||||
<div class="flex-center">
|
<div class="flex-center">
|
||||||
<object type="image/svg+xml" data="https://opencollective.com/guppe-groups/tiers/member.svg?avatarHeight=48&width=350"></object>
|
<object type="image/svg+xml" data="https://opencollective.com/guppe-groups/tiers/member.svg?avatarHeight=48&width=350"></object>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="flex-center">
|
||||||
|
<object type="image/svg+xml" data="https://opencollective.com/guppe-groups/tiers/annual-member.svg?avatarHeight=48&width=350"></object>
|
||||||
|
</div>
|
||||||
|
|
||||||
<h2 class="w3-center">Active Groups</h2>
|
<h2 class="w3-center">Active Groups</h2>
|
||||||
<p class="w3-center">Top 50 groups with the most recent posts</p>
|
<p class="w3-center">Top 50 groups with the most recent posts</p>
|
||||||
|
|
Loading…
Reference in a new issue