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>
|
</h3>
|
||||||
<hr class="-odd">
|
<hr class="-odd">
|
||||||
<p class="content__meat">
|
<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>
|
||||||
<p>
|
<p>
|
||||||
{{ episode.podcast_teaser }}
|
{{ episode.podcast_teaser }}
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
<hr class="{{ section_class }}">
|
<hr class="{{ section_class }}">
|
||||||
<p class="content__meta">
|
<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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user