Skip to content

Commit

Permalink
修复 title 不显示的问题
Browse files Browse the repository at this point in the history
估计是 shaonianche 忘记取消注释了
  • Loading branch information
Fanyang Meng authored Jun 1, 2021
1 parent 7769eba commit 7dcd9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Layout/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const Layout = ({ children }) => {
<div>
<Helmet bodyAttributes={{ class: styles.body }}>
<html lang="en" />
{/* <title>{title}</title> */}
<title>{siteTitle}</title>
<meta name="description" content={description} />
<meta name="keywords" content="running" />
<meta
Expand Down

0 comments on commit 7dcd9e2

Please sign in to comment.