~pauli-virtanen/scipy/numpy-refguide

« back to all changes in this revision

Viewing changes to source/_templates/layout.html

  • Committer: Pauli Virtanen
  • Date: 2008-10-19 19:21:37 UTC
  • Revision ID: pauli.virtanen@iki.fi-20081019192137-a5n4znmsoch8l3lo
Correct link to index page

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{% extends "!layout.html" %}
 
2
{% block rootrellink %}
 
3
<li><a href="{{ pathto('index') }}">{{ shorttitle }}</a>{{ reldelim1 }}</li>
 
4
{% endblock %}