Skip to content

Commit e63f726

Browse files
committed
Merge pull request sergiokopplin#115 from mehmandarov/gh-pages
Fixed Twitter share link
2 parents 7f5e467 + b450c52 commit e63f726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/author.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h4 class="name">{{ site.name }}</h4>
88
<p class="bio">{{ site.bio }}</p>
99

1010
<div class="share">
11-
<a class="twitter" href="https://twitter.com/intent/tweet?text={{ site.url }}{{ page.url }} - {{ page.title }} by @{{ site.github }}">
11+
<a class="twitter" href="https://twitter.com/intent/tweet?text={{ site.url }}{{ page.url }} - {{ page.title }} by @{{ site.twitter }}">
1212
<svg class="icon icon-twitter"><use xlink:href="#icon-twitter"></use></svg><span class="icon-twitter">Tweet</span>
1313
</a>
1414

0 commit comments

Comments
 (0)