mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 14:59:14 +01:00
Merge pull request #49 from marktani/patch-1
fix twitter link in post details
This commit is contained in:
commit
313dba728a
@ -52,7 +52,7 @@ class PostTemplateDetails extends React.Component {
|
|||||||
<hr />
|
<hr />
|
||||||
<p className="post-single__footer-text">
|
<p className="post-single__footer-text">
|
||||||
{subtitle}
|
{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
|
<br /> <strong>{author.name}</strong> on Twitter
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user