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 1885ea0 commit 0cb0f5eCopy full SHA for 0cb0f5e
_includes/social-share.html
@@ -11,7 +11,7 @@
11
12
<!--- Share on Twitter -->
13
{% if site.share-links-active.twitter %}
14
- <a href="https://twitter.com/intent/tweet?text={{ site.url }}{{ page.url }}"
+ <a href="https://twitter.com/intent/tweet?text={{ page.title | url_encode }}+{{ site.url }}{{ page.url }}"
15
class="btn btn-social-icon btn-twitter" title="Share on Twitter">
16
<span class="fa fa-fw fa-twitter" aria-hidden="true"></span>
17
</a>
@@ -43,4 +43,4 @@
43
44
</section>
45
46
-{% endif %}
+{% endif %}
0 commit comments