Skip to content

Commit be3b22d

Browse files
committed
Fix for DocPad v6.28's deprecation of toShortDateString
1 parent ceabc0b commit be3b22d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/documents/pages/posts.html.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ pageOrder: 2
77
nav.linklist
88
each doc in getCollection('posts').toJSON()
99
li
10-
span= doc.date.toShortDateString()
10+
span= doc.date.toDateString()
1111
| » 
1212
a(href=doc.url)= doc.title

0 commit comments

Comments
 (0)