You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On /posts/page, datetime format is "2006-01-02", despite parmas.dateFmt key value being set to different value. This happens because we have hard coded the date format for /posts/ page.
But there is a one problem with this solution, if .params.dateFmt key value also contains time, /posts/ page will also contain time along with date, which I think nobody wants it (i.e. time along with date on /posts/ page).
The text was updated successfully, but these errors were encountered:
Type: Feature request.
On
/posts/
page, datetime format is "2006-01-02", despiteparmas.dateFmt
key value being set to different value. This happens because we have hard coded the date format for/posts/
page.smol/layouts/_default/list.html
Line 16 in 4129f82
It would be nice, if we would respect
params.dateFmt
key value.One solution could be replace:
with
But there is a one problem with this solution, if
.params.dateFmt
key value also containstime
,/posts/
page will also contain time along with date, which I think nobody wants it (i.e. time along with date on/posts/
page).The text was updated successfully, but these errors were encountered: