diff options
| author | mayx <mayx@outlook.com> | 2026-03-14 21:05:09 +0100 |
|---|---|---|
| committer | mayx <mayx@outlook.com> | 2026-03-14 21:05:09 +0100 |
| commit | e516a5d08ce50bb551fab71e8e894562afa87e8a (patch) | |
| tree | 933d2789deacdb8f722c166318bfc2731a3b7e96 /index.html | |
| parent | cf76264bb0af47b1fb2e5efb48b1773639fb7252 (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.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 %} |
