summary refs log tree commit diff
path: root/index.html
diff options
context:
space:
mode:
authormayx2025-04-30 02:26:24 +0000
committermayx2025-04-30 02:26:24 +0000
commit8a3ea7d2b05a89d8fbc228d562e0a7819b2ea7e4 (patch)
treeb92d0263aa9c7fff4e61adb21aacde74607a5582 /index.html
parentb818d1db8e48b418473934ee6c3e70f12b023dc8 (diff)
Update 2 files
- /README.md
- /index.html
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 482c866..922f988 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 }}"><nobr><code>#{{ tag }}</code></nobr></a>
+    <nobr><a href="/search.html?keyword={{ tag | url_encode }}"><code>#{{ tag }}</code></a></nobr>
     {% endfor %}
   </span>
   {% endif %}