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
|
block vars
|
||||||
- const title = 'Bitcoin-Meetups'
|
- 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'
|
- const cardImage = '/img/card/meetups.png'
|
||||||
|
|
||||||
append head
|
append head
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ block main
|
|||||||
|
|
||||||
if episodes.length
|
if episodes.length
|
||||||
section
|
section
|
||||||
h2= `Episoden mit ${member.name}`
|
h2= `${episodes.length} Episode${episodes.length == 1 ? '' : 'n'} mit ${member.name}`
|
||||||
.episodes
|
.episodes
|
||||||
each e in episodes
|
each e in episodes
|
||||||
+episodeItem(e)
|
+episodeItem(e)
|
||||||
|
|||||||
Reference in New Issue
Block a user