make date format consistent with blog post template (#132)
This commit is contained in:
parent
f4e47f0912
commit
fb4e1289a7
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ export const pageQuery = graphql`
|
||||||
slug
|
slug
|
||||||
}
|
}
|
||||||
frontmatter {
|
frontmatter {
|
||||||
date(formatString: "DD MMMM, YYYY")
|
date(formatString: "MMMM DD, YYYY")
|
||||||
title
|
title
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue