mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-01-24 20:42:23 +01:00
fix twitter link in post details
This commit is contained in:
parent
9cf753b94b
commit
6a9e8e8641
@ -52,7 +52,7 @@ class PostTemplateDetails extends React.Component {
|
||||
<hr />
|
||||
<p className="post-single__footer-text">
|
||||
{subtitle}
|
||||
<a href={author.twitter} target="_blank" rel="noopener noreferrer">
|
||||
<a href={`https://twitter.com/${author.twitter}`} target="_blank" rel="noopener noreferrer">
|
||||
<br /> <strong>{author.name}</strong> on Twitter
|
||||
</a>
|
||||
</p>
|
||||
|
Loading…
Reference in New Issue
Block a user