diff --git a/cps/templates/layout.html b/cps/templates/layout.html
index 2aba6f107..eb0dcc5ca 100644
--- a/cps/templates/layout.html
+++ b/cps/templates/layout.html
@@ -8,6 +8,14 @@
+
+ {% if entry %}
+
+ {% if entry.comments|length > 0 and entry.comments[0].text|length > 0 %}
+
+ {% endif %}
+
+ {% endif %}
{% if g.google_site_verification|length > 0 %}
{% endif %}