Skip to content
Snippets Groups Projects
media-in-list.html 568 B
Newer Older
Lukas Ruge's avatar
Lukas Ruge committed
<li class="item  item--post">
	<article class="article  article--post">
		{%- assign realslug = video.url | split:'/' | last -%}
        <img src="https://video.chaotikum.net/thumbnails/{{realslug}}.jpg" alt="" width=50% height=50% style="float: right; margin: 0 0 0 15px;"/>
Lukas Ruge's avatar
Lukas Ruge committed
		<h2><a href="{{ site.baseurl }}{{ video.url }}">{{ title | markdownify | remove: '<p>' | remove: '</p>'  | strip_newlines }}</a></h2>
Lukas Ruge's avatar
Lukas Ruge committed
		<div class="teaser">
			{{ video.excerpt | strip_html | markdownify | truncatewords: 60 }}
		</div>
Lukas Ruge's avatar
Lukas Ruge committed
	</article>	
	<div class="dotted-line">
Lukas Ruge's avatar
Lukas Ruge committed
	</div>
</li>