diff --git a/website/views/layouts/layout.ejs b/website/views/layouts/layout.ejs
index b585d7d505..3b32c48bce 100644
--- a/website/views/layouts/layout.ejs
+++ b/website/views/layouts/layout.ejs
@@ -123,7 +123,8 @@
<%- body %>
-
+ <%/* Note: footer is hidden until the page is loaded. See «script» tag at the bottom of this file. */%>
+
@@ -332,5 +333,12 @@
})();
+ <% /* Keep footer hidden until the document is ready (prevents flicker that is especially unattractive on mobile) */ %>
+
+