Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
feat: replace <title/> - separator by ♡
Browse files Browse the repository at this point in the history
  • Loading branch information
CanRau committed Nov 24, 2018
1 parent b10a4c0 commit 60b118f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MainLayout/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ class MainLayout extends Component {
}}
>
<Helmet
titleTemplate={`%s - ${site.siteMetadata.title}`}
titleTemplate={`%s ${site.siteMetadata.title}`}
defaultTitle={page.frontmatter.title}
>
<title>{page.frontmatter.title}</title>
Expand Down

0 comments on commit 60b118f

Please sign in to comment.