From 575278aba99139635adc3b1f9385befe57102541 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 11 Jun 2022 09:44:04 +0200 Subject: Re-implemented design via iro-design --- templates/partials/gallery_card.html | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'templates/partials/gallery_card.html') diff --git a/templates/partials/gallery_card.html b/templates/partials/gallery_card.html index aa641da..386843f 100644 --- a/templates/partials/gallery_card.html +++ b/templates/partials/gallery_card.html @@ -1,7 +1,7 @@ $if(it.url)$ $if(it.thumbnail)$ -
+
-
+
$if(it.indicator)$ -
+
$endif$ $if(it.icon)$ -
+
$if(it.subtitle)$ - $it.title$ - $it.subtitle$ + $it.title$ + $it.subtitle$ $elseif(it.category)$ - $it.category$ - $it.title$ + $it.category$ + $it.title$ $elseif(it.date)$ - $it.title$ + $it.title$ $else$ $it.title$ $endif$
$if(it.post_icon)$ -