make date format consistent with blog post template (#132)

This commit is contained in:
Jordan Holliday 2018-11-09 20:39:24 -05:00 committed by Kyle Mathews
parent f4e47f0912
commit fb4e1289a7

View file

@ -65,7 +65,7 @@ export const pageQuery = graphql`
slug
}
frontmatter {
date(formatString: "DD MMMM, YYYY")
date(formatString: "MMMM DD, YYYY")
title
}
}