summaryrefslogtreecommitdiff
path: root/docs/_themes/pylons/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_themes/pylons/layout.html')
-rw-r--r--docs/_themes/pylons/layout.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/_themes/pylons/layout.html b/docs/_themes/pylons/layout.html
new file mode 100644
index 000000000..f3f00cf13
--- /dev/null
+++ b/docs/_themes/pylons/layout.html
@@ -0,0 +1,22 @@
+{% extends "basic/layout.html" %}
+
+{%- block extrahead %}
+{%- if not favicon %}
+<link rel="shortcut icon" href="{{ pathto('_static/favicon.ico', 1) }}"/>
+{%- endif %}
+{% endblock %}
+
+{%- block sidebarlogo %}
+<p class="logo">
+ <a href="{{ pathto(master_doc) }}">
+ <img class="logo" src="{{ pathto('_static/pylons.png', 1) }}" alt="Pylons Logo"/>
+ </a>
+</p>
+{%- if logo %}
+<p class="logo">
+ <a href="{{ pathto(master_doc) }}">
+ <img class="logo" src="{{ pathto('_static/' + logo, 1) }}" alt="Logo"/>
+ </a>
+</p>
+{%- endif %}
+{%- endblock %} \ No newline at end of file