Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/yoshiharuyamashita/blackburn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoshiharu Yamashita <yoshiharuyamashita@users.noreply.github.com>2021-02-07 12:40:07 +0300
committerGitHub <noreply@github.com>2021-02-07 12:40:07 +0300
commit46e35df663e77f020861ad54eda6a977161b4eac (patch)
tree5e6d3c9200f094ffff91318fe7910c51f49287e2
parentad1e4d4b858b2c520dc09d59f91a902a3072186d (diff)
parentc8b2644ee721360133eeefeaa182a27c11f559ed (diff)
Merge pull request #107 from Tristor/twitterfix-pr
Remove appended via= block from Twitter share button
-rw-r--r--layouts/partials/share.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/share.html b/layouts/partials/share.html
index 544fa40..9ed4835 100644
--- a/layouts/partials/share.html
+++ b/layouts/partials/share.html
@@ -2,7 +2,7 @@
<ul class="share-buttons">
<li><a href="https://www.facebook.com/sharer/sharer.php?u={{ .Permalink }}" target="_blank" title="Share on Facebook"><i class="fa-facebook" aria-hidden="true"></i><span class="sr-only">Share on Facebook</span></a>
</li>&nbsp;&nbsp;&nbsp;
- <li><a href="https://twitter.com/intent/tweet?source={{ .Permalink }}&via=HorribleGeek" target="_blank" title="Tweet"><i class="fa-twitter" aria-hidden="true"></i><span class="sr-only">Tweet</span></a>
+ <li><a href="https://twitter.com/intent/tweet?source={{ .Permalink }}" target="_blank" title="Tweet"><i class="fab fa-twitter" aria-hidden="true"></i><span class="sr-only">Tweet</span></a>
</li>&nbsp;&nbsp;&nbsp;
<li><a href="https://plus.google.com/share?url={{ .Permalink }}" target="_blank" title="Share on Google+"><i class="fa-google-plus" aria-hidden="true"></i><span class="sr-only">Share on Google+</span></a>
</li>&nbsp;&nbsp;&nbsp;