File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
< h4 class ="page__share-title "> {{ site.data.ui-text[site.locale].share_on_label | default: "Share on" }}</ h4 >
6
6
{% endif %}
7
7
8
- < a href ="https://twitter.com/intent/tweet?text={{ base_path }}{{ page.url }} " class ="btn btn--twitter " title ="{{ site.data.ui-text[site.locale].share_on_label | default: 'Share on' }} Twitter "> < i class ="fa fa-fw fa-twitter " aria-hidden ="true "> </ i > < span > Twitter</ span > </ a >
8
+ < a href ="https://twitter.com/intent/tweet?{% if site.twitter.username %}via={{ site.twitter.username }}&{% endif %} text={{ page.title }} {{ base_path }}{{ page.url }} " class ="btn btn--twitter " title ="{{ site.data.ui-text[site.locale].share_on_label | default: 'Share on' }} Twitter "> < i class ="fa fa-fw fa-twitter " aria-hidden ="true "> </ i > < span > Twitter</ span > </ a >
9
9
10
10
< a href ="https://www.facebook.com/sharer/sharer.php?u={{ base_path }}{{ page.url }} " class ="btn btn--facebook " title ="{{ site.data.ui-text[site.locale].share_on_label | default: 'Share on' }} Facebook "> < i class ="fa fa-fw fa-facebook " aria-hidden ="true "> </ i > < span > Facebook</ span > </ a >
11
11
12
12
< a href ="https://plus.google.com/share?url={{ base_path }}{{ page.url }} " class ="btn btn--google-plus " title ="{{ site.data.ui-text[site.locale].share_on_label | default: 'Share on' }} Google Plus "> < i class ="fa fa-fw fa-google-plus " aria-hidden ="true "> </ i > < span > Google+</ span > </ a >
13
13
14
14
< a href ="https://www.linkedin.com/shareArticle?mini=true&url={{ base_path }}{{ page.url }} " class ="btn btn--linkedin " title ="{{ site.data.ui-text[site.locale].share_on_label | default: 'Share on' }} LinkedIn "> < i class ="fa fa-fw fa-linkedin " aria-hidden ="true "> </ i > < span > LinkedIn</ span > </ a >
15
- </ section >
15
+ </ section >
You can’t perform that action at this time.
0 commit comments