fix metatags on PostsPage

This commit is contained in:
xavcz 2017-02-16 10:09:28 +01:00
parent b67989fbc2
commit 390ea7444d

View file

@ -24,7 +24,7 @@ class PostsPage extends Component {
return (
<div className="posts-page">
<Components.HeadTags url={Posts.getLink(post)} title={post.title} image={post.thumbnailUrl} description={post.excerpt} />
<Components.HeadTags url={Posts.getPageUrl(post)} title={post.title} image={post.thumbnailUrl} description={post.excerpt} />
<Components.PostsItem post={post} currentUser={this.props.currentUser} />