Default <title>
This commit is contained in:
parent
296f0ba6a4
commit
5f6bfab2da
1 changed files with 4 additions and 1 deletions
|
|
@ -43,7 +43,10 @@ class App extends Component {
|
|||
<ScrollToTop />
|
||||
<ServiceWorkerNotifications reloadOnUpdate />
|
||||
<GithubCorner url='https://github.com/Jinksi/netlify-cms-react-starter' />
|
||||
<Helmet titleTemplate={`${siteTitle} | %s`} />
|
||||
<Helmet
|
||||
defaultTitle={siteTitle}
|
||||
titleTemplate={`${siteTitle} | %s`}
|
||||
/>
|
||||
<Meta
|
||||
title={siteTitle}
|
||||
url={siteUrl}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue