feat(theme): Toggle and persist theme locally

This commit is contained in:
Bouncey
2018-09-14 14:48:16 +01:00
committed by Stuart Taylor
parent c7a4b5b50f
commit 0c3856c0d2
5 changed files with 46 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ import PropTypes from 'prop-types';
export default class HTML extends React.Component {
render() {
return (
<html {...this.props.htmlAttributes} land='en'>
<html id='__fcc-html' {...this.props.htmlAttributes} lang='en'>
<head>
<meta charSet='utf-8' />
<meta content='ie=edge' httpEquiv='x-ua-compatible' />