fix: spaces in post title are encoded when sharing
Reproducible on iOS Safari
This commit is contained in:
parent
ec98f07aca
commit
7efd2f8aa2
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@
|
|||
<span class="share-label text-muted mr-1">{{ site.data.locales[site.lang].post.share }}</span>
|
||||
<span class="share-icons">
|
||||
{% 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 %}
|
||||
|
|
Loading…
Reference in a new issue