Do not render featured image as part of the content, to not duplicate

ones really in the content
This commit is contained in:
Michiel Scholten 2021-02-28 14:55:24 +01:00
commit 43b5acb543

View file

@ -42,10 +42,12 @@
</li>
{% endif %}
</ul>
{#
{% if article.image %}
<img class="article-image img-fluid rounded" alt="article header image" itemprop="image"
src="{{ article.image }}" />
{% endif %}
#}
</header>
<div class="content">
{{ article.content }}