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:
authortristor <tristor@gmail.com>2021-02-06 01:00:50 +0300
committertristor <tristor@gmail.com>2021-02-06 02:57:24 +0300
commitc8b2644ee721360133eeefeaa182a27c11f559ed (patch)
tree710d57d0b9289a2860006cc574835ee786f0ce4f
parent4c748f2e02b2e6964c424ac5e40b807919c3418f (diff)
Remove appended via= block from Twitter share button that is pointing to some user... probably the person who patched the theme originally.
-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;