From 31992bdba775fc3022a858ace9743620e70aee17 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sun, 10 Jul 2022 18:51:39 +0200 Subject: Fixed date handling --- templates/partials/grid_card.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/partials/grid_card.html') diff --git a/templates/partials/grid_card.html b/templates/partials/grid_card.html index 4120169..abcd923 100644 --- a/templates/partials/grid_card.html +++ b/templates/partials/grid_card.html @@ -23,10 +23,10 @@ $if(it.url)$ $elseif(it.category)$ $it.category$ $it.title$ - $elseif(it.date)$ + $elseif(it.last_update)$ - $it.title$ -- cgit v1.2.3-54-g00ecf