From aa4c54317b51dc14ba65d2e091b701ae6640ee80 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Thu, 16 Jun 2022 13:42:26 +0200 Subject: WIP: Adding metadata --- templates/partials/gallery_card.html | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'templates/partials/gallery_card.html') diff --git a/templates/partials/gallery_card.html b/templates/partials/gallery_card.html index c0925fc..edc54b4 100644 --- a/templates/partials/gallery_card.html +++ b/templates/partials/gallery_card.html @@ -1,6 +1,9 @@ $if(it.url)$ $if(it.thumbnail)$ - + + + +
$if(it.subtitle)$ - $it.title$ - $it.subtitle$ + $it.title$ + $it.subtitle$ $elseif(it.category)$ $it.category$ - $it.title$ + $it.title$ $elseif(it.date)$ -
$if(it.post_icon)$ -- cgit v1.2.3-54-g00ecf