diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2011-06-23 05:16:13 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2011-06-23 05:16:13 -0400 |
| commit | 749edb35541d7bc008f5db860c798f800881cd2e (patch) | |
| tree | aecbb301d697051b5e9a02572e99ba8f4b761e2b /docs/_templates | |
| parent | 882b465968ca9b8baecd6449e42c3253d0f29bef (diff) | |
| download | python-requests-749edb35541d7bc008f5db860c798f800881cd2e.tar.gz | |
new sidebar logo
Diffstat (limited to 'docs/_templates')
| -rw-r--r-- | docs/_templates/sidebarlogo.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/_templates/sidebarlogo.html b/docs/_templates/sidebarlogo.html index 3abc57cc..3b62ed23 100644 --- a/docs/_templates/sidebarlogo.html +++ b/docs/_templates/sidebarlogo.html @@ -1,4 +1,9 @@ -<h3><a href="http://python-requests.org">About Requests</a></h3> +<p class="logo"> + <a href="{{ pathto(master_doc) }}"> + <img class="logo" src="{{ pathto('_static/requests-sidebar.png', 1) }}" alt="Logo"/> + </a> +</p> + <p> Requests is an elegant and simple HTTP library for Python, built for human beings. You are currently looking at the documentation of the |
