aboutsummaryrefslogtreecommitdiffstats
path: root/docs/_templates/page.html
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2016-02-18 09:19:05 +1300
committerAldo Cortesi <aldo@nullcube.com>2016-02-18 09:27:08 +1300
commit92597f82ea8e4747ce1836ecd5eb2479486e8647 (patch)
tree2aa391b558d92c0122a16c155d3375d31221cde4 /docs/_templates/page.html
parent49464de1cb159361c16a232b3d8c267b36e95483 (diff)
downloadmitmproxy-92597f82ea8e4747ce1836ecd5eb2479486e8647.tar.gz
mitmproxy-92597f82ea8e4747ce1836ecd5eb2479486e8647.tar.bz2
mitmproxy-92597f82ea8e4747ce1836ecd5eb2479486e8647.zip
Docs and examples to top level
Diffstat (limited to 'docs/_templates/page.html')
-rw-r--r--docs/_templates/page.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/_templates/page.html b/docs/_templates/page.html
new file mode 100644
index 00000000..8002396a
--- /dev/null
+++ b/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