From 4a9b8554369e8e1db9c9ef21c76a723f1bf3a415 Mon Sep 17 00:00:00 2001 From: muli Date: Tue, 24 May 2022 22:46:57 +0200 Subject: [PATCH] fix: Fixed display of podcast authors on "Aktuelles" page. --- templates/aggregator_page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/aggregator_page.html b/templates/aggregator_page.html index 06790db..cbf6d09 100644 --- a/templates/aggregator_page.html +++ b/templates/aggregator_page.html @@ -51,7 +51,7 @@

- geschrieben von {{ episode.author }} am {{ episode.pub_date }} + geschrieben von {{ episode.authors }} am {{ episode.pub_date }}

{{ episode.podcast_teaser }}