From 932956e8cadca6d27eaa2b29d99fceddcf87bbd6 Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Sat, 1 Feb 2020 02:20:58 +0100 Subject: [PATCH] fix: title instead of content as gallery title --- templates/gallery.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/gallery.html.twig b/templates/gallery.html.twig index 879cc3c..4fcc7a6 100644 --- a/templates/gallery.html.twig +++ b/templates/gallery.html.twig @@ -16,7 +16,7 @@
{% endif %} - {{ child.content }} + {{ child.title }}
{% for media_item in child.media.images[:10] %}