fix(title): make consistent main title

This commit is contained in:
Mrugesh Mohapatra
2019-02-16 13:01:15 +05:30
committed by Stuart Taylor
parent cf1def239d
commit d2c017d821
5 changed files with 5 additions and 5 deletions

View File

@ -56,7 +56,7 @@ class DonatePage extends Component {
render() {
return (
<Fragment>
<Helmet title='Support the freeCodeCamp.org nonprofit' />
<Helmet title='Support our nonprofit | freeCodeCamp.org' />
<Spacer />
<Row>
<Col sm={8} smOffset={2} xs={12}>

View File

@ -38,7 +38,7 @@ const IndexPage = ({
}) => (
<LearnLayout>
<div className='learn-page-wrapper'>
<Helmet title='Welcome to learn.freeCodeCamp!' />
<Helmet title='Learn | freeCodeCamp.org' />
<Spacer />
<Spacer />
<h2>Welcome to the freeCodeCamp curriculum</h2>

View File

@ -29,7 +29,7 @@ const ArticleLayout = props => {
return (
<Fragment>
<Helmet>
<title>{`${title} | freeCodeCamp Guide`}</title>
<title>{`${title} | freeCodeCamp.org`}</title>
<link href={`https://www.freecodecamp.org${slug}`} rel='canonical' />
<meta
content={`https://www.freecodecamp.org${slug}`}

View File

@ -44,7 +44,7 @@ function IntroductionPage({ data: { markdownRemark, allChallengeNode } }) {
return (
<LearnLayout>
<Helmet>
<title>{block} | freeCodeCamp</title>
<title>{block} | freeCodeCamp.org</title>
</Helmet>
<div className='intro-layout-container'>
<FullWidthRow>

View File

@ -20,7 +20,7 @@ function SuperBlockIntroductionPage({ data: { markdownRemark } }) {
return (
<Fragment>
<Helmet>
<title>{superBlock} | freeCodeCamp</title>
<title>{superBlock} | freeCodeCamp.org</title>
</Helmet>
<FullWidthRow>
<div