fix: rm comment

This commit is contained in:
ycjcl868 2019-09-08 15:52:25 +08:00 committed by 偏右
parent 161801cd78
commit ff3225fcbb

View File

@ -122,9 +122,7 @@ export default class Layout extends React.Component {
<>
<Helmet>
<html lang={appLocale.locale === 'zh-CN' ? 'zh' : 'en'} />
{/* lack CN title */}
<title>{title}</title>
{/* lack CN desc */}
<meta name="description" content={description} />
<meta property="og:title" content={title} />
<meta property="og:type" content="website" />