aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/docs/_templates/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'mitmproxy/docs/_templates/page.html')
-rw-r--r--mitmproxy/docs/_templates/page.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/mitmproxy/docs/_templates/page.html b/mitmproxy/docs/_templates/page.html
new file mode 100644
index 00000000..8002396a
--- /dev/null
+++ b/mitmproxy/docs/_templates/page.html
@@ -0,0 +1,10 @@
+{% extends "!page.html" %}
+{% block sidebartitle %}
+ <a href="https://mitmproxy.org/" style="margin-bottom: 7px; background: none !important;">
+ <button class="btn btn-info">
+ <i class="fa fa-arrow-left"></i>
+ Return to mitmproxy.org
+ </button>
+ </a>
+ {{ super() }}
+{% endblock %} \ No newline at end of file