diff --git a/docs/en/_templates/layout.html b/docs/en/_templates/layout.html new file mode 100644 index 0000000000..df4783daae --- /dev/null +++ b/docs/en/_templates/layout.html @@ -0,0 +1,4 @@ +{% extends '!layout.html' %} +{% block comments %} +
+{% endblock %} diff --git a/docs/zh_CN/_templates/layout.html b/docs/zh_CN/_templates/layout.html new file mode 100644 index 0000000000..3684ece9ff --- /dev/null +++ b/docs/zh_CN/_templates/layout.html @@ -0,0 +1,4 @@ +{% extends '!layout.html' %} +{% block comments %} + +{% endblock %}