aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/_templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/_templates/layout.html')
-rw-r--r--docs/source/_templates/layout.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/source/_templates/layout.html b/docs/source/_templates/layout.html
deleted file mode 100644
index 2fd81ce..0000000
--- a/docs/source/_templates/layout.html
+++ /dev/null
@@ -1,11 +0,0 @@
-{% extends "!layout.html" %}
-
-{% set css_files = css_files + ["_static/leaflabs-docs.css"] %}
-
-{% block rootrellink %}
- <li><a href="http://leaflabs.com/">
- <img width="16px" src="_static/img/round_logo_32x32.ico"></img>
- leaflabs.com
- </a>&middot;</li>
- <li><a href="{{ pathto('index') }}">{{ shorttitle }}</a>{{ reldelim1 }}</li>
-{% endblock %}