mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
Include feedback link in footer
This commit is contained in:
@@ -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§ions={{ title|striptags|e }} ({{ pagename }})&version={{ release }}">Provide feedback about this document</a></p>
|
||||
{% endblock %}
|
||||
@@ -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§ions={{ title|striptags|e }} ({{ pagename }})&version={{ release }}">提供有关此文档的反馈</a></p>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user