From 7ae014f7e8e6b9e28cc9b8d08aaeb96cb3a2c2bf Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sun, 12 Jun 2022 08:46:20 +0200 Subject: Update --- templates/partials/gallery_card.html | 4 ++-- templates/partials/grid_card.html | 4 ++-- templates/partials/list_card.html | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'templates/partials') diff --git a/templates/partials/gallery_card.html b/templates/partials/gallery_card.html index 8e6f95a..81c7745 100644 --- a/templates/partials/gallery_card.html +++ b/templates/partials/gallery_card.html @@ -17,7 +17,7 @@ $if(it.thumbnail)$ $endif$ $if(it.icon)$ $endif$
@@ -43,7 +43,7 @@ $if(it.thumbnail)$
$if(it.post_icon)$ $endif$ diff --git a/templates/partials/grid_card.html b/templates/partials/grid_card.html index b3763e4..c5924e1 100644 --- a/templates/partials/grid_card.html +++ b/templates/partials/grid_card.html @@ -6,7 +6,7 @@ $if(it.url)$ $endif$ $if(it.icon)$ $endif$
@@ -32,7 +32,7 @@ $if(it.url)$
$if(it.post_icon)$ $endif$ diff --git a/templates/partials/list_card.html b/templates/partials/list_card.html index af17725..438659c 100644 --- a/templates/partials/list_card.html +++ b/templates/partials/list_card.html @@ -6,12 +6,12 @@ $if(it.url)$ $endif$ $if(it.icon)$ $endif$
$it.title$ -
+ $if(it.subtitle)$
@@ -36,7 +36,7 @@ $if(it.url)$ $endif$ $if(it.post_icon)$ $endif$
-- cgit v1.2.3-54-g00ecf