Skip to content

Commit 1136bd5

Browse files
author
Alban Bailly
committed
DLC-180 Date format fix
1 parent 66e758d commit 1136bd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/5_templates/changelogs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export const query = graphql`
5353
html
5454
frontmatter {
5555
title
56-
date(fromNow: true)
56+
date(formatString: "MMMM Do, YYYY")
5757
version
5858
}
5959
}

src/pages/changelog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export const query = graphql`
5252
html
5353
frontmatter {
5454
title
55-
date(fromNow: true)
55+
date(formatString: "MMMM Do, YYYY")
5656
changelog
5757
version
5858
}

0 commit comments

Comments
 (0)