summaryrefslogtreecommitdiff
path: root/docs/_templates/layout.html
diff options
context:
space:
mode:
authorhao huang <huang1hao@gmail.com>2015-03-28 08:10:39 +0000
committerhao huang <huang1hao@gmail.com>2015-03-28 08:10:39 +0000
commitcf7e560f89016a302342821f5071941a09c04283 (patch)
treef8b50954525cf4c063ac09597f9ac576bf92b16e /docs/_templates/layout.html
downloadpastedeploy-git-huang1hao/fix-typo-in-docsindextxt-1427530235567.tar.gz
Diffstat (limited to 'docs/_templates/layout.html')
-rw-r--r--docs/_templates/layout.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html
new file mode 100644
index 0000000..a6d2a97
--- /dev/null
+++ b/docs/_templates/layout.html
@@ -0,0 +1,20 @@
+{% extends "!layout.html" %}
+
+{% block extrahead %}
+{{ super() }}
+<link rel="stylesheet" type="text/css"
+ href="{{ pathto('_static/paste.css') }}">
+{% endblock %}
+
+{% block sidebartoc %}
+<h3><a href="http://pythonpaste.org/" class="invisible-link">Python Paste</a></h3>
+
+<ul>
+<li><a href="http://trac.pythonpaste.org">Issue tracker</a></li>
+<li><a href="http://pythonpaste.org/">Paste core</a></li>
+<li><a href="http://pythonpaste.org/deploy/">Paste Deploy</a></li>
+<li><a href="http://pythonpaste.org/script/">Paste Script</a></li>
+</ul>
+
+{{ super() }}
+{% endblock %}