diff options
author | Marcelo Lira <marcelo.lira@openbossa.org> | 2009-08-17 19:31:37 -0300 |
---|---|---|
committer | Marcelo Lira <marcelo.lira@openbossa.org> | 2009-08-17 19:31:37 -0300 |
commit | e0c29962e6f334452f0c9db2caaf6ed18065de85 (patch) | |
tree | cee27801c196fbcacf6130ad64216af133b555dd /doc/_templates/layout.html | |
download | shiboken-e0c29962e6f334452f0c9db2caaf6ed18065de85.tar.gz shiboken-e0c29962e6f334452f0c9db2caaf6ed18065de85.tar.xz shiboken-e0c29962e6f334452f0c9db2caaf6ed18065de85.zip |
The End Is the Beginning Is the End
Diffstat (limited to 'doc/_templates/layout.html')
-rw-r--r-- | doc/_templates/layout.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html new file mode 100644 index 00000000..f15583b4 --- /dev/null +++ b/doc/_templates/layout.html @@ -0,0 +1,10 @@ +{% extends "!layout.html" %} +{% block rootrellink %} + <!--<li><img src="{{ pathto('_static/py.png', 1) }}" alt="" + style="vertical-align: middle; margin-top: -1px"/></li>--> + <li><a href="{{ pathto('index') }}">{{ shorttitle }}</a>{{ reldelim1 }}</li> +{% endblock %} +{% block extrahead %} + <!--<link rel="shortcut icon" type="image/png" href="{{ pathto('_static/py.png', 1) }}" />--> +{{ super() }} +{% endblock %} |