mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-13 16:26:50 +00:00
Add numbers
This commit is contained in:
@@ -2,7 +2,7 @@ extends /template.pug
|
||||
|
||||
block vars
|
||||
- const title = 'Bitcoin-Meetups'
|
||||
- const description = 'Eine Liste von Bitcoin-Meetups und Einundzwanzig-Treffen im D/A/CH/S/LI/LU-Raum.'
|
||||
- const description = `Eine Liste von ${meetups.length} Bitcoin-Meetups und Einundzwanzig-Treffen im D/A/CH/S/LI/LU-Raum.`
|
||||
- const cardImage = '/img/card/meetups.png'
|
||||
|
||||
append head
|
||||
|
||||
@@ -29,7 +29,7 @@ block main
|
||||
|
||||
if episodes.length
|
||||
section
|
||||
h2= `Episoden mit ${member.name}`
|
||||
h2= `${episodes.length} Episode${episodes.length == 1 ? '' : 'n'} mit ${member.name}`
|
||||
.episodes
|
||||
each e in episodes
|
||||
+episodeItem(e)
|
||||
|
||||
Reference in New Issue
Block a user