Update 2 files

- /README.md
- /index.html
This commit is contained in:
mayx
2025-04-30 02:26:24 +00:00
parent b818d1db8e
commit 8a3ea7d2b0
2 changed files with 4 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ title: 首页 - 我的文章
{% if post.tags %}
<span>
{% for tag in post.tags %}
<a href="/search.html?keyword={{ tag | url_encode }}"><nobr><code>#{{ tag }}</code></nobr></a>
<nobr><a href="/search.html?keyword={{ tag | url_encode }}"><code>#{{ tag }}</code></a></nobr>
{% endfor %}
</span>
{% endif %}