diff --git a/shared/templates/shared/article_preview.html b/shared/templates/shared/article_preview.html index f577fed130a45802ab3b4e66515c230a30af7ff2..d91ab7c884577edaf5ef6095624de42666f12aa5 100644 --- a/shared/templates/shared/article_preview.html +++ b/shared/templates/shared/article_preview.html @@ -11,8 +11,8 @@ <div class="article-card-cover"> <a href="{{ article.url }}" itemprop="image" itemtype="http://schema.org/ImageObject" itemscope=""> - {% image article.image fill-356x192 as img %} - {% image article.image fill-714x384 as img_2x %} + {% image article.thumb_image fill-356x192 as img %} + {% image article.thumb_image fill-714x384 as img_2x %} <img src="{{ img.url }}" srcset="{{ img.url }}, {{ img_2x.url }} 2x"