Skip to content

Commit 486a127

Browse files
committed
Removing global navigation links.
1 parent 24da22e commit 486a127

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

libs/network/doc/templates/layout.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@
1919
<div id="custom-doc" class="{% block bodyclass %}{{ 'yui-t4' if pagename != 'index' else '' }}{% endblock %}">
2020
<div id="hd">
2121
<h1><a href="{{ pathto('index') }}">{{ docstitle }}</a></h1>
22-
<div id="global-nav">
23-
<a title="Home page" href="{{ pathto('index') }}">Home</a> {{ reldelim2 }}
24-
<a title="Table of contents" href="{{ pathto('contents') }}">Table of contents</a> {{ reldelim2 }}
25-
<a title="Global index" href="{{ pathto('genindex') }}">Index</a> {{ reldelim2 }}
26-
<a title="Module index" href="{{ pathto('modindex') }}">Modules</a>
27-
</div>
2822
<div class="nav">{{ secondnav() }}</div>
2923
</div>
3024

0 commit comments

Comments
 (0)