mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 06:49:18 +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 />
|
||||
<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