summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authormayx2025-08-07 14:01:09 +0000
committermayx2025-08-07 14:01:09 +0000
commit73415fe7ec8a69b61130666d65d4b2fe11cf03cc (patch)
tree2c6711361962181a3df5b8a14f27536a84209285 /index.html
parentada0170bc0db4dd5b576ffcfdaaeb63e36454e1b (diff)
Update 3 files
- /_data/proxylist.yml - /index.html - /_layouts/post.html
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 132ccd3..ff8950f 100644
--- a/index.html
+++ b/index.html
@@ -24,7 +24,7 @@ image: https://screenshot.mayx.eu.org/
{% if post.tags %}
<span>
{% for tag in post.tags %}
- <a rel="category tag" class="p-category" href="/search.html?keyword={{ tag | url_encode }}"><code style="white-space: nowrap">#{{ tag }}</code></a>
+ <a rel="category tag" class="p-category" href="/search.html?keyword={{ tag | url_encode | replace: '+', '%20' }}"><code style="white-space: nowrap">#{{ tag }}</code></a>
{% endfor %}
</span>
{% endif %}