diff options
| author | mayx <mayx@outlook.com> | 2026-03-12 17:17:24 +0100 |
|---|---|---|
| committer | mayx <mayx@outlook.com> | 2026-03-12 17:17:24 +0100 |
| commit | 0a7608b3f02207617f5246d960388462ff6a1229 (patch) | |
| tree | cffd59d607e8f549cbcfadba6cd70ad31c9ff16d /index.html | |
| parent | 5fd8d2fe0fd5cfe3ba3cebc9182233f7fb4478ab (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.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 | 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 %} |
