1
0
Fork 0

Fixed date format in stuff.pug.

This commit is contained in:
Alexander Andreev 2023-05-23 04:55:27 +04:00
parent 439db86bbd
commit f95fc841ce
Signed by: Arav
GPG Key ID: D22A817D95815393
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ block content
each entry in metadata
tr
td
time(datetime=entry.Date.Format("2006-02-01")) #{entry.Date.Format("01 January 2006")}
time(datetime=entry.Date.Format("2006-01-02")) #{entry.Date.Format("02 January 2006")}
td
a(href=entry.URL) #{entry.Title}
section#programs-scripts