fix(title): make consistent main title
This commit is contained in:
committed by
Stuart Taylor
parent
cf1def239d
commit
d2c017d821
@ -56,7 +56,7 @@ class DonatePage extends Component {
|
|||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<Fragment>
|
<Fragment>
|
||||||
<Helmet title='Support the freeCodeCamp.org nonprofit' />
|
<Helmet title='Support our nonprofit | freeCodeCamp.org' />
|
||||||
<Spacer />
|
<Spacer />
|
||||||
<Row>
|
<Row>
|
||||||
<Col sm={8} smOffset={2} xs={12}>
|
<Col sm={8} smOffset={2} xs={12}>
|
||||||
|
@ -38,7 +38,7 @@ const IndexPage = ({
|
|||||||
}) => (
|
}) => (
|
||||||
<LearnLayout>
|
<LearnLayout>
|
||||||
<div className='learn-page-wrapper'>
|
<div className='learn-page-wrapper'>
|
||||||
<Helmet title='Welcome to learn.freeCodeCamp!' />
|
<Helmet title='Learn | freeCodeCamp.org' />
|
||||||
<Spacer />
|
<Spacer />
|
||||||
<Spacer />
|
<Spacer />
|
||||||
<h2>Welcome to the freeCodeCamp curriculum</h2>
|
<h2>Welcome to the freeCodeCamp curriculum</h2>
|
||||||
|
@ -29,7 +29,7 @@ const ArticleLayout = props => {
|
|||||||
return (
|
return (
|
||||||
<Fragment>
|
<Fragment>
|
||||||
<Helmet>
|
<Helmet>
|
||||||
<title>{`${title} | freeCodeCamp Guide`}</title>
|
<title>{`${title} | freeCodeCamp.org`}</title>
|
||||||
<link href={`https://www.freecodecamp.org${slug}`} rel='canonical' />
|
<link href={`https://www.freecodecamp.org${slug}`} rel='canonical' />
|
||||||
<meta
|
<meta
|
||||||
content={`https://www.freecodecamp.org${slug}`}
|
content={`https://www.freecodecamp.org${slug}`}
|
||||||
|
@ -44,7 +44,7 @@ function IntroductionPage({ data: { markdownRemark, allChallengeNode } }) {
|
|||||||
return (
|
return (
|
||||||
<LearnLayout>
|
<LearnLayout>
|
||||||
<Helmet>
|
<Helmet>
|
||||||
<title>{block} | freeCodeCamp</title>
|
<title>{block} | freeCodeCamp.org</title>
|
||||||
</Helmet>
|
</Helmet>
|
||||||
<div className='intro-layout-container'>
|
<div className='intro-layout-container'>
|
||||||
<FullWidthRow>
|
<FullWidthRow>
|
||||||
|
@ -20,7 +20,7 @@ function SuperBlockIntroductionPage({ data: { markdownRemark } }) {
|
|||||||
return (
|
return (
|
||||||
<Fragment>
|
<Fragment>
|
||||||
<Helmet>
|
<Helmet>
|
||||||
<title>{superBlock} | freeCodeCamp</title>
|
<title>{superBlock} | freeCodeCamp.org</title>
|
||||||
</Helmet>
|
</Helmet>
|
||||||
<FullWidthRow>
|
<FullWidthRow>
|
||||||
<div
|
<div
|
||||||
|
Reference in New Issue
Block a user