Include feedback link in footer

This commit is contained in:
Krzysztof 2020-02-14 05:32:35 +08:00
parent 198c8333d1
commit c924da6f0a
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 %}