From 7ae014f7e8e6b9e28cc9b8d08aaeb96cb3a2c2bf Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sun, 12 Jun 2022 08:46:20 +0200 Subject: Update --- templates/base.html | 6 +++--- templates/layouts/categorized_list.html | 29 +++++++++++++++-------------- templates/partials/gallery_card.html | 4 ++-- templates/partials/grid_card.html | 4 ++-- templates/partials/list_card.html | 6 +++--- 5 files changed, 25 insertions(+), 24 deletions(-) (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index be796de..4319d43 100644 --- a/templates/base.html +++ b/templates/base.html @@ -85,7 +85,7 @@ ${layouts/page()}
@@ -93,13 +93,13 @@ ${layouts/page()} diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html index 52e0d88..68decf6 100644 --- a/templates/layouts/categorized_list.html +++ b/templates/layouts/categorized_list.html @@ -7,6 +7,7 @@ $body$ $if(notoc)$$else$
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