diff options
| author | ianb <ianb@localhost> | 2008-06-13 16:24:41 +0000 |
|---|---|---|
| committer | ianb <ianb@localhost> | 2008-06-13 16:24:41 +0000 |
| commit | 5cc6e456edcdc1a601346949114a3da2dce8260c (patch) | |
| tree | 64c05420a6c676ff51459400aba5d8b057a5f0b3 /docs/_templates | |
| parent | 2047e407eca37dd1597de2333d11bfb3ed23c755 (diff) | |
| download | pastedeploy-git-1.3.2.tar.gz | |
Added template for site links1.3.2
Diffstat (limited to 'docs/_templates')
| -rw-r--r-- | docs/_templates/layout.html | 20 |
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 %} |
