From 7efd2f8aa2ea1c3aeb7d740bf9a018881c26fe65 Mon Sep 17 00:00:00 2001
From: Cotes Chung <11371340+cotes2020@users.noreply.github.com>
Date: Wed, 7 Dec 2022 02:18:21 +0800
Subject: [PATCH] fix: spaces in post title are encoded when sharing
Reproducible on iOS Safari
---
_includes/post-sharing.html | 1 -
1 file changed, 1 deletion(-)
diff --git a/_includes/post-sharing.html b/_includes/post-sharing.html
index a15fc03a2c1..7285c39a6be 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 %}