We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be3b22d commit 8b8e2a3Copy full SHA for 8b8e2a3
src/layouts/post.html.jade
@@ -13,6 +13,6 @@ footer
13
nav.linklist
14
each doc in document.relatedDocuments
15
li
16
- span= doc.date.toShortDateString()
+ span= doc.date.toDateString()
17
| »
18
a(href=doc.url)= doc.title
0 commit comments