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