forked from ag_kommunikation/webseite
fix: Custom publication messages for podcasts (still not blog posts).
This commit is contained in:
parent
a6fb09985b
commit
2213bd2d35
@ -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 }}
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user