Skip to content

Commit

Permalink
fix(www): fix issue with showcase titles (#18799)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkutly authored and sidharthachatterjee committed Oct 18, 2019
1 parent 5f788f3 commit 289a606
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/src/components/showcase-details.js
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,8 @@ const ShowcaseDetails = ({ parent, data, isModal, categories }) => (
}}
>
<div css={{ width: `100%` }}>
<Helmet>
<title>{data.sitesYaml.title}: Showcase | GatsbyJS</title>
<Helmet titleTemplate="%s | GatsbyJS">
<title>{`${data.sitesYaml.title}: Showcase`}</title>
<meta
property="og:image"
content={`https://www.gatsbyjs.org${screenshotFile.resize.src}`}
Expand Down

0 comments on commit 289a606

Please sign in to comment.