From f4f2724a4ec6bdeaf5e55ad763f81c50d52904da Mon Sep 17 00:00:00 2001 From: Krzysztof Date: Fri, 14 Feb 2020 05:32:35 +0800 Subject: [PATCH] Include feedback link in footer --- docs/en/_templates/layout.html | 4 ++++ docs/zh_CN/_templates/layout.html | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 docs/en/_templates/layout.html create mode 100644 docs/zh_CN/_templates/layout.html 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 %} +

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 0000000000..3684ece9ff --- /dev/null +++ b/docs/zh_CN/_templates/layout.html @@ -0,0 +1,4 @@ +{% extends '!layout.html' %} +{% block comments %} +

提供有关此文档的反馈

+{% endblock %}