diff --git a/web/templates/stuff.pug b/web/templates/stuff.pug index c77adba..91a7993 100755 --- a/web/templates/stuff.pug +++ b/web/templates/stuff.pug @@ -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