fix: Custom publication messages for podcasts (still not blog posts).

This commit is contained in:
muli 2022-08-24 22:34:04 +02:00 committed by Gitea
parent a6fb09985b
commit 2213bd2d35
2 changed files with 2 additions and 2 deletions

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>