Skip to content

Commit

Permalink
rm hero display
Browse files Browse the repository at this point in the history
  • Loading branch information
mylamour committed Apr 5, 2020
1 parent 3d904a2 commit 2e626c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/templates/blog-post.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@ class BlogPostTemplate extends React.Component {
>
{post.created}
</p>
<BackgroundImage
{/* <BackgroundImage
Tag="div"
className="post-hero"
fluid={post.metadata.hero.local.childImageSharp.fluid}
backgroundColor={`#007ACC`}
style={{
marginBottom: rhythm(0.6),
}}
/>
/> */}
<div
className="post-content"
dangerouslySetInnerHTML={{ __html: post.content }}
Expand Down

0 comments on commit 2e626c8

Please sign in to comment.