summary refs log tree commit diff
path: root/index.html
diff options
context:
space:
mode:
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 922f988..12481c8 100644
--- a/index.html
+++ b/index.html
@@ -24,7 +24,7 @@ title: 首页 - 我的文章
   {% if post.tags %}
   <span>
     {% for tag in post.tags %}
-    <nobr><a href="/search.html?keyword={{ tag | url_encode }}"><code>#{{ tag }}</code></a></nobr>
+    <a href="/search.html?keyword={{ tag | url_encode }}"><code>#{{ tag }}</code></a>
     {% endfor %}
   </span>
   {% endif %}