Skip to content

Commit

Permalink
Merge pull request #6 from etclabscore/fix/document-title-set
Browse files Browse the repository at this point in the history
fix: document title setting
  • Loading branch information
shanejonas authored Jan 21, 2020
2 parents 8511f79 + 166085e commit 2662dec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/layouts/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ const Layout: React.FC = ({ children }) => {
}
}
`);
document.title = data.site.siteMetadata.title;

return (
<MDXProvider components={components}>
Expand Down

0 comments on commit 2662dec

Please sign in to comment.