🛠 Layout and content updates

This commit is contained in:
Dennis Reimann
2020-10-06 15:44:14 +02:00
parent 4e10a39a27
commit d217db5ad8
32 changed files with 484 additions and 302 deletions

View File

@@ -3,15 +3,16 @@ extends /template.pug
block main
- const current = episodes.shift()
section#podcast
h1.centered= categoryName
h2.centered Aktuelle Episode
.current
+episodePlayer(current).centered
#podcast.wrap
section
h1= categoryName
h2 Aktuelle Episode
.current
+episodePlayer(current)
if episodes.length
h2.centered Weitere Episoden
.episodes
each e in episodes
+episodeItem(e)
section
h2 Weitere Episoden
.episodes
each e in episodes
+episodeItem(e)