fix(v2): add HTML lang attribute (#2130)

This commit is contained in:
Alexey Pyltsyn 2019-12-18 08:17:29 +03:00 committed by Yangshun Tay
parent 5716953ff1
commit 22b1f66d11

View file

@ -40,6 +40,9 @@ function Layout(props) {
return (
<>
<Head>
{/* TODO: Do not assume that it is in english language */}
<html lang="en" />
<meta httpEquiv="x-ua-compatible" content="ie=edge" />
{metaTitle && <title>{metaTitle}</title>}
{metaTitle && <meta property="og:title" content={metaTitle} />}