Show article images in the preview list on index

This commit is contained in:
Michiel Scholten 2019-11-23 21:26:22 +01:00
commit afaf4e8bfb

View file

@ -45,6 +45,10 @@
<div class="content">
{{ article.summary|striptags }}
</div>
{% if article.image %}
<img class="article-image img-fluid rounded" alt="article header image" itemprop="image"
src="{{ article.image }}" />
{% endif %}
</div>
</article>
{% if not loop.last %}