From 8cef4612e25e9e9a7da92215538c0831010f64a9 Mon Sep 17 00:00:00 2001
From: OndraPetrzilka <ondra.petrzilka@gmail.com>
Date: Mon, 5 Sep 2022 14:51:55 +0200
Subject: [PATCH] article_preview.html changed from image to thumb_image

---
 shared/templates/shared/article_preview.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/shared/templates/shared/article_preview.html b/shared/templates/shared/article_preview.html
index f577fed1..d91ab7c8 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"
-- 
GitLab