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

Provide feedback about this document

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

提供有关此文档的反馈

+{% endblock %}