mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-14 08:46:49 +00:00
Add meetups
This commit is contained in:
18
src/meetups.pug
Normal file
18
src/meetups.pug
Normal file
@@ -0,0 +1,18 @@
|
||||
extends /template.pug
|
||||
|
||||
block vars
|
||||
- const title = 'Meetups'
|
||||
- const description = 'Eine Liste von Einundzwnazig-Treffen im D/A/CH-Raum'
|
||||
|
||||
block main
|
||||
#meetups.wrap
|
||||
section
|
||||
h1= title
|
||||
|
||||
ul.meetups
|
||||
each m in meetups
|
||||
li
|
||||
a(href=m.telegram)= m.name
|
||||
if !m.name.endsWith(m.region)
|
||||
= " - "
|
||||
span.region= m.region
|
||||
Reference in New Issue
Block a user