Skip to content
Snippets Groups Projects
Commit 53e3bfe6 authored by Lukas Ruge's avatar Lukas Ruge
Browse files

layout fix

parent 6187bf40
No related branches found
No related tags found
No related merge requests found
Pipeline #16527 passed
......@@ -52,7 +52,7 @@
<spann class="fa fa-eye" aria-hidden="true"></spann><i> {{ recording_date | date: "%d.%m.%Y" }}</i><br>
<spann class="fa fa-upload" aria-hidden="true"></spann><i> {{ video.release_date | date: "%d.%m.%Y" }}</i>
<div class="teaser">
{{ video.excerpt | strip_html | markdownify | truncatewords: 30 }}
{{ video.excerpt | markdownify | strip_html | truncatewords: 30 }}
</div>
</article>
<div class="dotted-line">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment