Change header based on page

This commit is contained in:
2022-06-30 00:00:30 +00:00
parent 04cd56daa8
commit 307e8349f3
4 changed files with 18 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ class Article extends React.Component {
<div className='article'>
<Helmet>
<title>{story.title} - QotNews</title>
<meta name="robots" content="noindex">
<meta name="robots" content="noindex" />
</Helmet>
<h1>{story.title}</h1>