fix Carbon <title>

main
Mike Fix 6 years ago
parent 6149f0d67c
commit dbbbb2f33f

@ -54,6 +54,7 @@ export default function Meta() {
return (
<div className="meta">
<Head>
<title>Carbon</title>
<MetaTags />
<link rel="stylesheet" href="/static/react-crop.css" />
<link

@ -14,6 +14,7 @@ import { getQueryStringState } from '../lib/routing'
const Page = props => (
<div>
<Head>
<title>Carbon Embeds</title>
<MetaTags />
{LOCAL_STYLESHEETS.indexOf(props.theme) > -1 ? (
<link rel="stylesheet" href={`/static/themes/${props.theme}.css`} />

Loading…
Cancel
Save