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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEtienne Membrives <etienne@membrives.fr>2018-11-09 09:40:04 +0300
committerHanzei <16541325+hanzei@users.noreply.github.com>2018-11-09 09:40:04 +0300
commitae3299123d0fbadded09901b9f8457a85b7f2b30 (patch)
treef68b4f06be2091ce89eff9d16bdbf157a22e8869 /layouts
parent91fbea13508ca242ab5c0db80e11de22e371891e (diff)
Remove language-specific words from the Twitter share text. (#104)
Diffstat (limited to 'layouts')
-rw-r--r--layouts/blog/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/blog/single.html b/layouts/blog/single.html
index b2beac3..d6dd3d0 100644
--- a/layouts/blog/single.html
+++ b/layouts/blog/single.html
@@ -17,7 +17,7 @@
<div class="blog-share">
{{ i18n "blog_shareThis" . }}:
{{ if .Site.Params.share.twitter }}
- <a class="twitter-share-button" href="https://twitter.com/intent/tweet?text=Read%20{{ .Title }}%20{{ .Permalink }}" onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;">
+ <a class="twitter-share-button" href="https://twitter.com/intent/tweet?text={{ .Title }}%20{{ .Permalink }}" onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;">
<i class="fab fa-twitter"></i>
<span class="hidden">Twitter</span>
</a>