diff --git a/_includes/post-sharing.html b/_includes/post-sharing.html
index a15fc03..7285c39 100644
--- a/_includes/post-sharing.html
+++ b/_includes/post-sharing.html
@@ -6,7 +6,6 @@
{{ site.data.locales[site.lang].post.share }}
{% capture title %}{{ page.title }} - {{ site.title }}{% endcapture %}
- {% assign title = title | url_encode %}
{% assign url = page.url | absolute_url | url_encode %}
{% for share in site.data.share.platforms %}