Skip to content

Commit 8b8e2a3

Browse files
committed
Fix another of DocPad v6.28's deprecation of toShortDateString - Close #4
1 parent be3b22d commit 8b8e2a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/post.html.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ footer
1313
nav.linklist
1414
each doc in document.relatedDocuments
1515
li
16-
span= doc.date.toShortDateString()
16+
span= doc.date.toDateString()
1717
| » 
1818
a(href=doc.url)= doc.title

0 commit comments

Comments
 (0)