We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b50150 commit 68fe90cCopy full SHA for 68fe90c
1 file changed
_includes/trending-tags.html
@@ -20,7 +20,7 @@
20
{% for trend in trends %}
21
{% assign count = count | plus: 1 %}
22
{% assign tag = trend | split: ":" | last %}
23
- <a class="post-tag" href="{{ site.baseurl }}/tags/{{ tag | downcase }}/">{{ tag | replace: '-', ' ' }}</a>
+ <a class="post-tag" href="{{ site.baseurl }}/tags/{{ tag | downcase | url_encode }}/">{{ tag | replace: '-', ' ' }}</a>
24
{% if count >= MAX %}
25
{% break %}
26
{% endif %}
0 commit comments