mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +08:00
fix: rm comment
This commit is contained in:
parent
161801cd78
commit
ff3225fcbb
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user