|
|
@ -10,6 +10,7 @@ import Container from 'components/Container'; |
|
|
|
import Header from 'components/Header'; |
|
|
|
import TitleAndMetaTags from 'components/TitleAndMetaTags'; |
|
|
|
import React from 'react'; |
|
|
|
import {urlRoot} from 'site-constants'; |
|
|
|
import {media, sharedStyles} from 'theme'; |
|
|
|
|
|
|
|
// $FlowFixMe This is a valid path
|
|
|
@ -47,7 +48,10 @@ const Languages = ({location}: Props) => ( |
|
|
|
<div css={sharedStyles.articleLayout.container}> |
|
|
|
<div css={sharedStyles.articleLayout.content}> |
|
|
|
<Header>Languages</Header> |
|
|
|
<TitleAndMetaTags title="React - Languages" /> |
|
|
|
<TitleAndMetaTags |
|
|
|
canonicalUrl={`${urlRoot}/languages/`} |
|
|
|
title="React - Languages" |
|
|
|
/> |
|
|
|
|
|
|
|
<div css={sharedStyles.markdown}> |
|
|
|
<p> |
|
|
|