diff --git a/_templates/layout.html b/_templates/layout.html
index e3827929f00..d6946eab087 100644
--- a/_templates/layout.html
+++ b/_templates/layout.html
@@ -24,7 +24,7 @@
{
var div = '
Note
  This tutorial describes a prototype feature. Prototype features are typically not available as part of binary distributions like PyPI or Conda, except sometimes behind run-time flags, and are at an early stage for feedback and testing.
'
document.getElementById("pytorch-article").insertAdjacentHTML('afterBegin', div)
- }
+ }
{%- endblock %}
@@ -102,9 +102,9 @@
if (googleSearchboxText) {
googleSearchboxText.placeholder = placeholderText;
googleSearchboxText.style.fontFamily = 'FreightSans';
- googleSearchboxText.style.fontSize = "1.2rem";
+ googleSearchboxText.style.fontSize = "1.2rem";
googleSearchboxText.style.color = '#262626';
- }
+ }
};
});
@@ -114,7 +114,7 @@
{{ super() }}
+
+//temporarily add a link to survey
+
+
{% endblock %}