From ec019225bc15b10c18f7512b4d0bc9275b096cd3 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Fri, 17 Jun 2022 09:08:44 +0200 Subject: Better font sizes --- templates/partials/grid_card.html | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'templates/partials/grid_card.html') diff --git a/templates/partials/grid_card.html b/templates/partials/grid_card.html index c8c110c..9af9415 100644 --- a/templates/partials/grid_card.html +++ b/templates/partials/grid_card.html @@ -18,21 +18,18 @@ $if(it.url)$ $endif$
$if(it.subtitle)$ - $it.title$ + $it.title$ $it.subtitle$ $elseif(it.category)$ $it.category$ - $it.title$ + $it.title$ $elseif(it.date)$ - $it.title$ + $it.title$ $else$ $it.title$ -- cgit v1.2.3-54-g00ecf