summaryrefslogtreecommitdiff
path: root/_theme/scipy/layout.html
diff options
context:
space:
mode:
Diffstat (limited to '_theme/scipy/layout.html')
-rw-r--r--_theme/scipy/layout.html17
1 files changed, 16 insertions, 1 deletions
diff --git a/_theme/scipy/layout.html b/_theme/scipy/layout.html
index e979121..ebc331f 100644
--- a/_theme/scipy/layout.html
+++ b/_theme/scipy/layout.html
@@ -160,7 +160,22 @@
{%- block extrahead %} {% endblock %}
</head>
<body>
-{%- block header %}{% endblock %}
+{%- block header %}
+{% if theme_scipy_org_logo %}
+<div class="container">
+ <div class="top-scipy-org-logo-header">
+ <a href="{{ pathto('index') }}">
+ <img border=0 alt="SciPy" src="{{ pathto('_static/img/scipy_org_logo.gif', 1) }}"></a>
+ </div>
+ </div>
+</div>
+{% else %}
+ <div class="container">
+ <div class="header">
+ </div>
+ </div>
+{% endif %}
+{% endblock %}
{%- block content %}
<div class="container">