mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-14 08:46:49 +00:00
Updates
This commit is contained in:
@@ -14,9 +14,10 @@ block main
|
||||
+categories(categoryName)
|
||||
|
||||
h1= categoryName
|
||||
h2 Aktuelle Episode
|
||||
.latest
|
||||
+episodePlayer(current)
|
||||
if current
|
||||
h2 Aktuelle Episode
|
||||
.latest
|
||||
+episodePlayer(current)
|
||||
|
||||
if episodes.length
|
||||
section
|
||||
|
||||
@@ -29,10 +29,11 @@ block main
|
||||
= "."
|
||||
+subscribe()
|
||||
|
||||
section
|
||||
h2 Aktuelle Episode
|
||||
.current
|
||||
+episodePlayer(current)
|
||||
if current
|
||||
section
|
||||
h2 Aktuelle Episode
|
||||
.current
|
||||
+episodePlayer(current)
|
||||
|
||||
if episodes.length
|
||||
section
|
||||
|
||||
Reference in New Issue
Block a user