Skip to content

Commit 6f83714

Browse files
authored
Merge branch 'master' into master
2 parents 35190e5 + 743fe93 commit 6f83714

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/MarkdownPage/MarkdownPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const MarkdownPage = ({
8888
{date}{' '}
8989
{hasAuthors && (
9090
<span>
91-
by{' '}
91+
por{' '}
9292
{toCommaSeparatedList(authors, author => (
9393
<a
9494
css={sharedStyles.link}

src/templates/blog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export const pageQuery = graphql`
5757
}
5858
}
5959
fields {
60-
date(formatString: "MMMM DD, YYYY")
60+
date(formatString: "DD \\d\\e MMMM \\d\\e YYYY", locale: "pt-br")
6161
path
6262
slug
6363
}

0 commit comments

Comments
 (0)