diff --git a/templates/index/index.html b/templates/index/index.html
index 863ae8f..6c333ba 100644
--- a/templates/index/index.html
+++ b/templates/index/index.html
@@ -24,14 +24,20 @@
+ {{if $v.CategoriesHtml}}
分类
{{$v.CategoriesHtml|unescaped}}
+ {{end}}
+
+ {{if $v.TagsHtml}}
标签
{{$v.TagsHtml|unescaped}}
+ {{end}}
+