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 ceabc0b commit be3b22dCopy full SHA for be3b22d
src/documents/pages/posts.html.jade
@@ -7,6 +7,6 @@ pageOrder: 2
7
nav.linklist
8
each doc in getCollection('posts').toJSON()
9
li
10
- span= doc.date.toShortDateString()
+ span= doc.date.toDateString()
11
| »
12
a(href=doc.url)= doc.title
0 commit comments