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 ++++++++++++++++++----------------- templates/partials/list_card.html | 80 ++++++++++++++++++++------------------- 2 files changed, 78 insertions(+), 74 deletions(-) (limited to 'templates') 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$ diff --git a/templates/partials/list_card.html b/templates/partials/list_card.html index b784c1e..73caa05 100644 --- a/templates/partials/list_card.html +++ b/templates/partials/list_card.html @@ -1,40 +1,42 @@ - - $if(it.indicator)$ -
- $endif$ - $if(it.icon)$ - - - - $endif$ -
- $it.title$ -
- $if(it.subtitle)$ -
- - $it.subtitle$ - +$if(it.url)$ + + $if(it.indicator)$ +
+ $endif$ + $if(it.icon)$ + + + + $endif$ +
+ $it.title$
- $elseif(it.category)$ -
- - $it.category$ - -
- $elseif(it.date)$ - - $endif$ - $if(it.post_icon)$ - - - - $endif$ -
+ $if(it.subtitle)$ +
+ + $it.subtitle$ + +
+ $elseif(it.category)$ +
+ + $it.category$ + +
+ $elseif(it.date)$ + + $endif$ + $if(it.post_icon)$ + + + + $endif$ + +$endif$ -- cgit v1.2.3-54-g00ecf