diff --git a/blog/index.html b/blog/index.html
index e7835423f031d8ea6368fda7c6a824356f0be988..fd3bad685c60e12ed3128b3387fd20b63b398b94 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -9,7 +9,7 @@ title: All Blog Posts
     {{ post.summary }}
     <small>{% t blog.tagged %}:
     {% for tag in post.tags %}
-    [<a href="/blog/tags/{{ tag }}.html">{{ tag }}]</a>
+    <a href="/blog/tags/{{ tag }}.html">[{{ tag }}]</a>
     {% endfor %}
     </small>
   </p>
@@ -40,4 +40,4 @@ title: All Blog Posts
     <span>Next &raquo;</span>
   {% endif %}
 </h4></div>
-{% endif %}
\ No newline at end of file
+{% endif %}