More work with titles & descriptions
This commit is contained in:
parent
a1138c8c43
commit
464af6b9d1
21 changed files with 178 additions and 51 deletions
|
|
@ -15,7 +15,6 @@ const Page = ({ title, subtitle, content }) => (
|
|||
<Helmet>
|
||||
<meta charSet="utf-8" />
|
||||
<title>{i18n.t('AppName')}: {title}</title>
|
||||
<meta name="description" content={content.substr(0, 100).lastIndexOf(' ')} />
|
||||
</Helmet>
|
||||
<PageHeader title={title} subtitle={subtitle} />
|
||||
<Content content={content} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue