From fa4bcdc4a67589cd9a19223a1d5842c515951a3d Mon Sep 17 00:00:00 2001 From: mathieui Date: Tue, 9 Apr 2013 21:40:37 +0200 Subject: New (py3k) theme --- doc/source/theme/templates/layout.html | 90 ++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 doc/source/theme/templates/layout.html (limited to 'doc/source/theme/templates/layout.html') diff --git a/doc/source/theme/templates/layout.html b/doc/source/theme/templates/layout.html new file mode 100644 index 00000000..4306847d --- /dev/null +++ b/doc/source/theme/templates/layout.html @@ -0,0 +1,90 @@ +{% extends "!layout.html" %} +{% block rootrellink %} +
  • +
  • Poezio{{ reldelim1 }}
  • +
  • + {{ shorttitle }}{{ reldelim1 }} +
  • +{% endblock %} +{% block extrahead %} + + {% if not embedded %}{% endif %} + {% if versionswitcher is defined and not embedded %}{% endif %} + {% if pagename == 'whatsnew/changelog' %} + + {% endif %} +{{ super() }} +{% endblock %} +{% block footer %} + +{% endblock %} +{% block sidebarsourcelink %} +{%- if show_source and has_source and sourcename %} +

    {{ _('This Page') }}

    + +{%- endif %} +{% endblock %} -- cgit v1.2.3