aboutsummaryrefslogtreecommitdiffstats
path: root/docs/_templates
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-02-10 19:42:41 +0100
committerMaximilian Hils <git@maximilianhils.com>2016-02-10 19:42:41 +0100
commitb0dc44428e526d67cddcd2ebf9d43565098850cb (patch)
treede072f26ec0bbf3619c7151d76ba7e6847a58baa /docs/_templates
parent5283074cba9cb59d049e0f66a18922f970d1d2dc (diff)
downloadmitmproxy-b0dc44428e526d67cddcd2ebf9d43565098850cb.tar.gz
mitmproxy-b0dc44428e526d67cddcd2ebf9d43565098850cb.tar.bz2
mitmproxy-b0dc44428e526d67cddcd2ebf9d43565098850cb.zip
fix #823
Diffstat (limited to 'docs/_templates')
-rw-r--r--docs/_templates/layout.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html
new file mode 100644
index 00000000..b5738862
--- /dev/null
+++ b/docs/_templates/layout.html
@@ -0,0 +1,10 @@
+{% extends "!layout.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