summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authormayx <mayx@outlook.com>2025-04-30 04:49:13 +0200
committermayx <mayx@outlook.com>2025-04-30 04:49:13 +0200
commit8b1135d688e1caa351faaf50d84cf89a0c1b4a70 (patch)
treebe4d1ee831ee90e8a54e73a4287a8ed8092e3269 /index.html
parent3b70d3c4bdf6499c79434ad5ccc7d00872a5c2ca (diff)
Update 2 files
- /index.html - /README.md
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 12481c8..277f3b9 100644
--- a/index.html
+++ b/index.html
@@ -24,7 +24,7 @@ title: 首页 - 我的文章
{% if post.tags %}
<span>
{% for tag in post.tags %}
- <a href="/search.html?keyword={{ tag | url_encode }}"><code>#{{ tag }}</code></a>
+ <a href="/search.html?keyword={{ tag | url_encode }}"><code style="white-space: nowrap">#{{ tag }}</code></a>
{% endfor %}
</span>
{% endif %}