1
0
mirror of https://github.com/kremalicious/blog.git synced 2025-01-03 02:15:08 +01:00

fix date output

This commit is contained in:
Matthias Kretschmann 2018-11-01 21:14:04 +01:00
parent 3acd482dfd
commit dfc2ce5d07
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -112,7 +112,7 @@ export const pageQuery = graphql`
}
fields {
slug
date(formatString: "MMMM DD, YYYY")
date
}
rawMarkdownBody
}