From 7050b8141eae25a0cdc394fd195e66dd9af29ad7 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 18 Jun 2022 08:47:28 +0200 Subject: Improved exhibit --- templates/feed_entry.xml | 3 ++- templates/layouts/exhibit.html | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/feed_entry.xml b/templates/feed_entry.xml index a71b579..f0a7f1e 100644 --- a/templates/feed_entry.xml +++ b/templates/feed_entry.xml @@ -28,7 +28,8 @@ $endif$ $if(it.layout.is_exhibit)$ $for(it.images)$
- + $it.description$ +
$it.description$
$endfor$ $endif$ diff --git a/templates/layouts/exhibit.html b/templates/layouts/exhibit.html index 22f4bcf..a7eeec1 100644 --- a/templates/layouts/exhibit.html +++ b/templates/layouts/exhibit.html @@ -55,7 +55,8 @@ $body$ $for(images)$
- + $it.description$ +
$it.description$
$endfor$ -- cgit v1.2.3-54-g00ecf