From d7ac1371402946f16dd193b3d3b3a6578a6f9383 Mon Sep 17 00:00:00 2001
From: Lukas Ruge <lukeslog@googlemail.com>
Date: Fri, 21 Dec 2018 21:00:47 +0100
Subject: [PATCH] galerie?

---
 _includes/gallery.html | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/_includes/gallery.html b/_includes/gallery.html
index ddad39de..bf4effa1 100644
--- a/_includes/gallery.html
+++ b/_includes/gallery.html
@@ -28,11 +28,7 @@
   {% if image.tags contains {{include.topic}} %}
     <figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject">
         <a href="{{image.picurl}}" itemprop="contentUrl" data-size="{{image.size | default: "600x400"}}">
-          {% if image.thumburl %}
-            <img src="{{image.thumburl}}" itemprop="thumbnail" alt="{{image.description}}" />
-          {% else %}
             <img src="{{image.picurl}}" itemprop="thumbnail" alt="{{image.description}}" />
-          {% endif %}
         </a>
         {% if image.author %}
           <figcaption itemprop="{{image.description}}">{{image.description}} ({{image.license}} {{image.author}})</figcaption>
-- 
GitLab