We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e1d211 commit db12bacCopy full SHA for db12bac
_includes/author.html
@@ -8,6 +8,8 @@ <h4 class="name">{{ site.authors[page.author].name }}</h4>
8
<p class="bio">{{ site.authors[page.author].bio }}</p>
9
10
<div class="share">
11
+ <!-- Note: Only use three share links if your site width is set to large -->
12
+ <!-- If site width is set to normal, you may choose any two share links -->
13
<a class="twitter" href="https://twitter.com/intent/tweet?text={{ site.url }}{{ page.url }} - {{ page.title }} by @{{ site.twitter }}">
14
<svg class="icon icon-twitter"><use xlink:href="#icon-twitter"></use></svg><span class="icon-twitter">Tweet</span>
15
</a>
0 commit comments