Skip to content

Commit

Permalink
Revert last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lex111 committed Nov 13, 2019
1 parent 77eacd2 commit 1ed0911
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function BlogPostPage(props) {
<BlogPostItem
frontMatter={frontMatter}
metadata={metadata}
isBlogPostPage>
isBlogPostPage={true}>
<BlogPostContents />
</BlogPostItem>
<div className="margin-vert--xl">
Expand Down

0 comments on commit 1ed0911

Please sign in to comment.