Skip to content

Commit

Permalink
Merge pull request yihong0618#138 from MFYDev/master
Browse files Browse the repository at this point in the history
修复 title 不显示的问题
  • Loading branch information
Friends A authored Jun 1, 2021
2 parents 7769eba + 7dcd9e2 commit 9eb99f2
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 9eb99f2

Please sign in to comment.