From 03c2acb3d2a7d41a6a44eb0b2ee266bf31dccda7 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Thu, 16 Jun 2022 13:48:07 +0200 Subject: More metadata --- templates/partials/gallery_card.html | 105 +++++++++++++++++++---------------- templates/partials/grid_card.html | 85 +++++++++++++++------------- templates/partials/list_card.html | 93 +++++++++++++++++-------------- 3 files changed, 152 insertions(+), 131 deletions(-) (limited to 'templates/partials') diff --git a/templates/partials/gallery_card.html b/templates/partials/gallery_card.html index edc54b4..ea82412 100644 --- a/templates/partials/gallery_card.html +++ b/templates/partials/gallery_card.html @@ -1,57 +1,64 @@ $if(it.url)$ $if(it.thumbnail)$ - - - + + + -
-
- Preview thumbnail of "$it.title$" -
+
+
+ Preview thumbnail of "$it.title$"
-
- $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$ - - $endif$ -
- $if(it.post_icon)$ - +
+
+ $endif$ $endif$ diff --git a/templates/partials/grid_card.html b/templates/partials/grid_card.html index afbea1f..a1afead 100644 --- a/templates/partials/grid_card.html +++ b/templates/partials/grid_card.html @@ -1,44 +1,51 @@ $if(it.url)$ - - + + -
- $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$ - - $endif$ -
- $if(it.post_icon)$ - +
+ $endif$ diff --git a/templates/partials/list_card.html b/templates/partials/list_card.html index 3f2b956..e7d1e05 100644 --- a/templates/partials/list_card.html +++ b/templates/partials/list_card.html @@ -1,46 +1,53 @@ $if(it.url)$ - - + + -
- $if(it.indicator)$ -
- $endif$ - $if(it.icon)$ - - $endif$ -
- $it.title$ -
- $if(it.subtitle)$ -
- - $it.subtitle$ - -
- $elseif(it.category)$ -
- - $it.category$ - -
- $elseif(it.date)$ - - $endif$ - $if(it.post_icon)$ - - $endif$ -
-
+
+ $if(it.indicator)$ +
+ $endif$ + $if(it.icon)$ + + $endif$ +
+ $it.title$ +
+ $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