podcast_s03e01 #127

Merged
muli merged 6 commits from podcast_s03e01 into main 2022-08-24 22:44:32 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 2213bd2d35 - Show all commits

View File

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

View File

@ -9,7 +9,7 @@
{% endif %}
<hr class="{{ section_class }}">
<p class="content__meta">
<i>geschrieben von {{ episode.authors }} am {{ episode.pub_date }}</i>
<i>aufgenommen von {{ episode.authors }}, veröffentlicht am {{ episode.pub_date }}</i>
</p>
</div>
</div>