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 64cb5ef commit 3829f38Copy full SHA for 3829f38
src/components/BlogRoll.js
@@ -100,7 +100,7 @@ export default ({ customFilter }) => (
100
title
101
templateKey
102
hidePost
103
- date (formatString: "DD/MM/YYYY", locale: "en_us")
+ date (formatString: "MM/DD/YYYY", locale: "en_us")
104
author
105
category {
106
label
src/templates/blog-post.js
@@ -122,7 +122,7 @@ export const pageQuery = graphql`
122
id
123
html
124
frontmatter {
125
126
127
128
seo {
0 commit comments