From 4e702314d80ebeadabcb6a951f842297ce73e559 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Mon, 26 Dec 2022 10:54:14 +0100 Subject: [PATCH] Use black gradient on gallery samples --- photologue/templates/photologue/includes/gallery_sample.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photologue/templates/photologue/includes/gallery_sample.html b/photologue/templates/photologue/includes/gallery_sample.html index edff079..f73e7b9 100644 --- a/photologue/templates/photologue/includes/gallery_sample.html +++ b/photologue/templates/photologue/includes/gallery_sample.html @@ -5,7 +5,7 @@ SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load i18n %} -
+
{% for photo in gallery.sample %} {{ photo.title }} {% endfor %}