From 94989841d60adfc1712e743f78ddfd18f427fccd Mon Sep 17 00:00:00 2001 From: Volpeon Date: Fri, 17 Jun 2022 09:26:26 +0200 Subject: Update --- scripts/metadata_filter.lua | 4 ++-- templates/partials/list_card.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/metadata_filter.lua b/scripts/metadata_filter.lua index 74ee2e3..5e71994 100644 --- a/scripts/metadata_filter.lua +++ b/scripts/metadata_filter.lua @@ -84,8 +84,8 @@ function format_date(date) mm = os.date("%m", time), dd = os.date("%d", time), rfc3339 = os.date("%FT%T+00:00", time), - long = os.date("%b %d, %Y", time), - short = os.date("%b %d, %y", time), + long = os.date("%B %d, %Y", time), + short = os.date("%b %d, %Y", time), } end diff --git a/templates/partials/list_card.html b/templates/partials/list_card.html index 744ca8a..6cf0e67 100644 --- a/templates/partials/list_card.html +++ b/templates/partials/list_card.html @@ -46,7 +46,7 @@ $if(it.url)$ $elseif(it.date)$ $endif$ -- cgit v1.2.3-54-g00ecf