From 5ada999d110bda89974cfb1c5662f05b546dadb9 Mon Sep 17 00:00:00 2001 From: Kyle Manna Date: Mon, 19 Sep 2016 06:48:58 -0700 Subject: [PATCH] includes: Enhance Twitter share link (#538) * Include the page title before the URL * If twitter.username is set, pass the `via` paramter for attribution --- _includes/social-share.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/social-share.html b/_includes/social-share.html index 718e6f9..2a05d50 100644 --- a/_includes/social-share.html +++ b/_includes/social-share.html @@ -5,11 +5,11 @@

{{ site.data.ui-text[site.locale].share_on_label | default: "Share on" }}

{% endif %} - Twitter + Twitter Facebook Google+ LinkedIn - \ No newline at end of file + -- 2.43.0