diff options
| author | mayx <mayx@outlook.com> | 2026-05-21 08:27:59 +0000 |
|---|---|---|
| committer | mayx <mayx@outlook.com> | 2026-05-21 08:27:59 +0000 |
| commit | 111dc1e25f43a1c783192d214a3697dee33bae82 (patch) | |
| tree | e18ecffcba3182f53df1e1e8c92b46c962b3f221 /index.html | |
| parent | c4ae25dcb16513f76870d07c95ebc94ba6e7cf49 (diff) | |
Update 2 files
- /assets/js/pjax.js
- /index.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 | uri_escape }}"><code style="white-space: nowrap">#{{ tag }}</code></a> + <a rel="category tag" class="p-category" href="/search.html?keyword={{ tag | uri_escape }}" onclick="event.stopPropagation()"><code style="white-space: nowrap">#{{ tag }}</code></a> {% endfor %} </span> {% endif %} |
