~ubuntu-branches/ubuntu/natty/mago/natty

« back to all changes in this revision

Viewing changes to doc/source/templates/layout.html

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2011-02-08 13:32:13 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110208133213-m1og7ey0m990chg6
Tags: 0.3+bzr20-0ubuntu1
* debian/rules:
  - updated to debhelper 7
  - use dh_python2 instead of python-central
* debian/pycompat:
  - removed, no longer needed
* debian/control:
  - dropped cdbs and python-central dependencies
* bzr snapshot of the current trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{% extends "!layout.html" %}
 
2
{% block rootrellink %}
 
3
        <li><img src="{{ pathto('_static/py.png', 1) }}" alt=""
 
4
                 style="vertical-align: middle; margin-top: -1px"/></li>
 
5
        <li><a href="{{ pathto('index') }}">{{ shorttitle }}</a>{{ reldelim1 }}</li>
 
6
{% endblock %}
 
7
{% block extrahead %}
 
8
    <link rel="shortcut icon" type="image/png" href="{{ pathto('_static/py.png', 1) }}" />
 
9
{{ super() }}
 
10
{% endblock %}