From dfc2ce5d074505d91cbaca6eafc0347398488488 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 1 Nov 2018 21:14:04 +0100 Subject: [PATCH] fix date output --- src/templates/Post.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/Post.jsx b/src/templates/Post.jsx index 15680006..22635ff1 100644 --- a/src/templates/Post.jsx +++ b/src/templates/Post.jsx @@ -112,7 +112,7 @@ export const pageQuery = graphql` } fields { slug - date(formatString: "MMMM DD, YYYY") + date } rawMarkdownBody }