Fix typo in template

This commit is contained in:
L3D 2021-04-17 19:08:30 +02:00
parent eb830dc00e
commit e22739c387
No known key found for this signature in database
GPG Key ID: CD08445BFF4313D1
1 changed files with 2 additions and 2 deletions

View File

@ -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 }}