Merge pull request 'fix: Fixed display of podcast authors on "Aktuelles" page.' (#100) from #98_Unter_Aktuelles_fehlen_Autoren into main

Reviewed-on: ag_kommunikation/webseite#100
This commit is contained in:
muli 2022-05-24 22:57:02 +02:00
commit abb6d16a35
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
</h3>
<hr class="-odd">
<p class="content__meat">
<i>geschrieben von {{ episode.author }} am {{ episode.pub_date }}</i>
<i>geschrieben von {{ episode.authors }} am {{ episode.pub_date }}</i>
</p>
<p>
{{ episode.podcast_teaser }}