forked from ag_kommunikation/webseite
Fix typo in template
This commit is contained in:
parent
eb830dc00e
commit
e22739c387
@ -33,7 +33,7 @@
|
|||||||
</h3>
|
</h3>
|
||||||
<hr class="-odd">
|
<hr class="-odd">
|
||||||
<p class="content__meat">
|
<p class="content__meat">
|
||||||
<i>geschreiben von {{ post.author }} am {{ post.pub_date }}</i>
|
<i>geschrieben von {{ post.author }} am {{ post.pub_date }}</i>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
{{ post.meta_description }}
|
{{ post.meta_description }}
|
||||||
@ -51,7 +51,7 @@
|
|||||||
</h3>
|
</h3>
|
||||||
<hr class="-odd">
|
<hr class="-odd">
|
||||||
<p class="content__meat">
|
<p class="content__meat">
|
||||||
<i>geschreiben von {{ episode.author }} am {{ episode.pub_date }}</i>
|
<i>geschrieben von {{ episode.author }} am {{ episode.pub_date }}</i>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
{{ episode.podcast_teaser }}
|
{{ episode.podcast_teaser }}
|
||||||
|
Loading…
Reference in New Issue
Block a user