🛠 Podcast categories and player

This commit is contained in:
Dennis Reimann
2020-10-05 16:34:52 +02:00
parent 7507cd5249
commit 11a56902cb
13 changed files with 228 additions and 25 deletions

16
src/category.pug Normal file
View File

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