feat(titles): Title the pages

This commit is contained in:
Bouncey
2018-09-14 16:14:35 +01:00
committed by Stuart Taylor
parent d6c0e7be49
commit 83b74d14f3
10 changed files with 45 additions and 5 deletions

View File

@@ -10,6 +10,7 @@ import {
faReact
} from '@fortawesome/free-brands-svg-icons';
import { faDatabase } from '@fortawesome/free-solid-svg-icons';
import Helmet from 'react-helmet';
import { Spacer } from '../components/helpers';
import Layout from '../components/Layout';
@@ -27,6 +28,9 @@ const BigCallToAction = () => (
const IndexPage = () => (
<Layout disableSettings={true} landingPage={true}>
<Helmet>
<title>Learn to code | freeCodeCamp.org</title>
</Helmet>
<Spacer />
<Spacer />
<Grid className='text-center'>