summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authormayx <mayx@outlook.com>2026-03-14 21:05:09 +0100
committermayx <mayx@outlook.com>2026-03-14 21:05:09 +0100
commite516a5d08ce50bb551fab71e8e894562afa87e8a (patch)
tree933d2789deacdb8f722c166318bfc2731a3b7e96 /index.html
parentcf76264bb0af47b1fb2e5efb48b1773639fb7252 (diff)
Update 4 files
- /index.html - /_layouts/post.html - /_layouts/xslt_container.html - /_data/other_repo_list.csv
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 a845f12..c049f76 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 | uri_encode }}"><code style="white-space: nowrap">#{{ tag }}</code></a>
+ <a rel="category tag" class="p-category" href="/search.html?keyword={{ tag | uri_escape }}"><code style="white-space: nowrap">#{{ tag }}</code></a>
{% endfor %}
</span>
{% endif %}