Hello
I started to use Sphinx for static web pages, with the solar template.
What would be the reason I get a copy of the header section? When looking
at the source of the generated page, I see a div "related" (the same as the
header) just before the div "footer".
I edited template.html, but only the header section:
{% extends "basic/layout.html" %}
{%- block doctype -%}
<!DOCTYPE html>
{%- endblock -%}
{%- block extrahead -%}
<link href=
'http://fonts.googleapis.com/css?family=Source+Code+Pro|Open+Sans:300italic,400italic,700italic,400,300,700'
rel='stylesheet' type='text/css'>
<link href="{{ pathto("_static/solarized-dark.css", 1) }}" rel="stylesheet">
{%- endblock -%}
{# put the sidebar before the body #}
{% block sidebar1 %}{{ sidebar() }}{% endblock %}
{% block sidebar2 %}{% endblock %}
{% block rootrellink %}
<li><img src="/_static/mylogo.png" class="logo"></img></li>
{{ super() }}
{% endblock %}
{%- block relbaritems %}
<ul>
<li><a href="/processes.html">Processes</a></li>
<li> ___ </li>
<li><a href="/audit.html">Audit</a></li>
</ul>
{% endblock %}
Would you have any hint on where this duplication of the header can come
from?
--
You received this message because you are subscribed to the Google Groups
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.