summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authormayx <mayx@outlook.com>2026-03-12 17:17:24 +0100
committermayx <mayx@outlook.com>2026-03-12 17:17:24 +0100
commit0a7608b3f02207617f5246d960388462ff6a1229 (patch)
treecffd59d607e8f549cbcfadba6cd70ad31c9ff16d /index.html
parent5fd8d2fe0fd5cfe3ba3cebc9182233f7fb4478ab (diff)
Update 4 files
- /_data/other_repo_list.csv - /_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 35942de..a845f12 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 | replace: '+', '%20' }}"><code style="white-space: nowrap">#{{ tag }}</code></a>
+ <a rel="category tag" class="p-category" href="/search.html?keyword={{ tag | uri_encode }}"><code style="white-space: nowrap">#{{ tag }}</code></a>
{% endfor %}
</span>
{% endif %}