mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-01-24 20:42:23 +01:00
commit
35c31a25fa
@ -15,7 +15,7 @@ class TagTemplateDetails extends React.Component {
|
||||
<div className="content__inner">
|
||||
<div className="page">
|
||||
<h1 className="page__title">
|
||||
All Posts tagget as "{tagTitle}"
|
||||
All Posts tagged as "{tagTitle}"
|
||||
</h1>
|
||||
<div className="page__body">
|
||||
{items}
|
||||
|
@ -10,7 +10,7 @@ class TagTemplate extends React.Component {
|
||||
|
||||
return (
|
||||
<div>
|
||||
<Helmet title={`All Posts tagget as "${tag}" - ${title}`} />
|
||||
<Helmet title={`All Posts tagged as "${tag}" - ${title}`} />
|
||||
<Sidebar {...this.props} />
|
||||
<TagTemplateDetails {...this.props} />
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user