Added 'toggle' link.
diff --git a/templates/article.html b/templates/article.html
index 51506f6..c49c2b7 100644
--- a/templates/article.html
+++ b/templates/article.html
@@ -27,7 +27,7 @@
     </p>
     {% endif %}
     {% if DISQUS_SITENAME %}
-    <p><a href="#" onclick="javascript:toggleComments();return false;">Comments</a></p>
+    <p>Comments: <a href="#" onclick="javascript:toggleComments();return false;">toggle</a></p>
     {% endif %}
   </div>