docs: Include feedback link in footer

This commit is contained in:
Krzysztof Budzynski 2020-02-29 16:20:41 +08:00 committed by Jiang Jiang Jian
parent dd1d609884
commit 0ec526444a
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,4 @@
{% extends '!layout.html' %}
{% block comments %}
<p style="text-align:center"><a href="https://www.espressif.com/en/company/documents/documentation_feedback?docId=4287&sections={{ title|striptags|e }} ({{ pagename }})&version={{ release }}">Provide feedback about this document</a></p>
{% endblock %}

View File

@ -0,0 +1,4 @@
{% extends '!layout.html' %}
{% block comments %}
<p style="text-align:center"><a href="https://www.espressif.com/zh-hans/company/documents/documentation_feedback?docId=4286&sections={{ title|striptags|e }} ({{ pagename }})&version={{ release }}">提供有关此文档的反馈</a></p>
{% endblock %}