summaryrefslogtreecommitdiff
path: root/docs/_templates
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2011-06-23 05:16:13 -0400
committerKenneth Reitz <me@kennethreitz.com>2011-06-23 05:16:13 -0400
commit749edb35541d7bc008f5db860c798f800881cd2e (patch)
treeaecbb301d697051b5e9a02572e99ba8f4b761e2b /docs/_templates
parent882b465968ca9b8baecd6449e42c3253d0f29bef (diff)
downloadpython-requests-749edb35541d7bc008f5db860c798f800881cd2e.tar.gz
new sidebar logo
Diffstat (limited to 'docs/_templates')
-rw-r--r--docs/_templates/sidebarlogo.html7
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