diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index 5a8ae85754db68f7a8ecac1ad3c92e2fee955695..3c7e70a12e1dcb84bf008bea0ac8fef3cdc8a0b4 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -48,7 +48,6 @@
 
     </div>
 
-    <!-- JS and analytics only. -->
     {% include footer.html %}
   </body>
 </html>
diff --git a/docs/_layouts/home.html b/docs/_layouts/home.html
index 9020f6384a43f9d88990e74cebd1165d421eae44..ace3190383bbaae017040afbd28d1f8389d2134c 100644
--- a/docs/_layouts/home.html
+++ b/docs/_layouts/home.html
@@ -13,7 +13,6 @@
     <!-- Page content of course! -->
     {{ content }}
 
-    <!-- JS and analytics only. -->
     {% include footer.html %}
   </body>
 </html>