mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-08 00:27:58 +00:00
fix: spaces in post title are encoded when sharing
Reproducible on iOS Safari
This commit is contained in:
parent
ec98f07aca
commit
7efd2f8aa2
@ -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…
x
Reference in New Issue
Block a user