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.
2 parents 35190e5 + 743fe93 commit 6f83714Copy full SHA for 6f83714
src/components/MarkdownPage/MarkdownPage.js
@@ -88,7 +88,7 @@ const MarkdownPage = ({
88
{date}{' '}
89
{hasAuthors && (
90
<span>
91
- by{' '}
+ por{' '}
92
{toCommaSeparatedList(authors, author => (
93
<a
94
css={sharedStyles.link}
src/templates/blog.js
@@ -57,7 +57,7 @@ export const pageQuery = graphql`
57
}
58
59
fields {
60
- date(formatString: "MMMM DD, YYYY")
+ date(formatString: "DD \\d\\e MMMM \\d\\e YYYY", locale: "pt-br")
61
path
62
slug
63
0 commit comments