diff --git a/templates/page.html b/templates/page.html
index 51edae4..2281592 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -53,12 +53,13 @@ MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']], displayMat
 
     {# Comments only on blog posts #}
     {% if page.description and page.date %}
-    <br><hr>
-    <script src="https://utteranc.es/client.js" repo="ewpratten/va3zza.com" issue-term="title" theme="github-light"
-        crossorigin="anonymous" async>
+    <br>
+    <hr>
+    <script src="https://utteranc.es/client.js" repo="ewpratten/va3zza.com" issue-term="title" label="comment"
+        theme="github-light" crossorigin="anonymous" async>
         </script>
     {% endif %}
-    
+
 </article>
 
 {% if page.extra.uses_twitter %}