source:
NEMO/trunk/doc/rst/source/_templates/layout.html
@
10991
Last change on this file since 10991 was 10991, checked in by nicolasmartin, 4 years ago | |
---|---|
File size: 466 bytes |
Line | |
---|---|
1 | {% extends "!layout.html" %} |
2 | {% block extrahead %} |
3 | <link href="{{ pathto("_static/style.css", True) }}" rel="stylesheet" type="text/css"> |
4 | {% endblock %} |
5 | |
6 | {% block sidebartitle %} |
7 | |
8 | <a href="{{ pathto(master_doc) }}"> |
9 | <img src="{{ pathto('_static/NEMO_grey.png', 1) }}" class="logo" alt="Logo"/> |
10 | </a> |
11 | |
12 | <p>Community ocean model for multifarious space and time scales</p> |
13 | |
14 | <div class="version">{{ version }}</div> |
15 | |
16 | {% include "searchbox.html" %} |
17 | |
18 | {% endblock %} |
Note: See TracBrowser
for help on using the repository browser.