From 212188e391daabe6492f2b49e7e689b9aecb138b Mon Sep 17 00:00:00 2001 From: Volpeon Date: Tue, 23 Nov 2021 21:28:02 +0100 Subject: Update --- templates/partials/grid_card.html | 72 ++++++++++++++++++++------------------- 1 file changed, 37 insertions(+), 35 deletions(-) (limited to 'templates/partials/grid_card.html') diff --git a/templates/partials/grid_card.html b/templates/partials/grid_card.html index 9cd8463..6f6c16e 100644 --- a/templates/partials/grid_card.html +++ b/templates/partials/grid_card.html @@ -1,36 +1,38 @@ - - $if(it.indicator)$ -
- $endif$ - $if(it.icon)$ - - - - $endif$ -
- $if(it.subtitle)$ - $it.title$ - $it.subtitle$ - $elseif(it.category)$ - $it.category$ - $it.title$ - $elseif(it.date)$ - - $it.title$ - $else$ - $it.title$ +$if(it.url)$ + + $if(it.indicator)$ +
$endif$ -
- $if(it.post_icon)$ - - - - $endif$ - + $if(it.icon)$ + + + + $endif$ +
+ $if(it.subtitle)$ + $it.title$ + $it.subtitle$ + $elseif(it.category)$ + $it.category$ + $it.title$ + $elseif(it.date)$ + + $it.title$ + $else$ + $it.title$ + $endif$ +
+ $if(it.post_icon)$ + + + + $endif$ + +$endif$ -- cgit v1.2.3-54-g00ecf