mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
fix metatags on PostsPage
This commit is contained in:
parent
b67989fbc2
commit
390ea7444d
1 changed files with 1 additions and 1 deletions
|
@ -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} />
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue