mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-16 09:46:49 +00:00
Add events section (#18)
* Add events section * Try build fix * Header improvements * Update almost everything
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
extends /template.pug
|
||||
|
||||
block vars
|
||||
- const title = 'Meetups'
|
||||
- const title = 'Bitcoin-Meetups'
|
||||
- const description = 'Eine Liste von Bitcoin-Meetups und Einundzwanzig-Treffen im D/A/CH-Raum.'
|
||||
- const cardImage = '/img/card/meetups.png'
|
||||
- const filterOfficial = (list, official) => list.filter(meetup => meetup.name.startsWith('Einundzwanzig') === official)
|
||||
|
||||
Reference in New Issue
Block a user