File tree 1 file changed +8
-10
lines changed
libs/network/doc/templates
1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 32
32
{% endblock %}
33
33
34
34
{% block document %}
35
- < div id ="custom-doc " class ="{% block bodyclass %}{{ ' yui-t4' if pagename != 'index' else '' }} {% endblock %} ">
35
+ < div id ="custom-doc " class ="{% block bodyclass %}yui-t4{% endblock %} ">
36
36
< div id ="hd ">
37
37
< h1 > < a href ="{{ pathto('index') }} "> {{ docstitle }}</ a > </ h1 >
38
38
< div class ="nav "> {{ secondnav() }}</ div >
@@ -47,15 +47,13 @@ <h1><a href="{{ pathto('index') }}">{{ docstitle }}</a></h1>
47
47
</ div >
48
48
</ div >
49
49
{% block sidebarwrapper %}
50
- {% if pagename != 'index' %}
51
- < div class ="yui-b " id ="sidebar ">
52
- {{ sidebar() }}
53
- {%- if last_updated %}
54
- < h3 > Last update:</ h3 >
55
- < p class ="topless "> {{ last_updated }}</ p >
56
- {%- endif %}
57
- </ div >
58
- {% endif %}
50
+ < div class ="yui-b " id ="sidebar ">
51
+ {{ sidebar() }}
52
+ {%- if last_updated %}
53
+ < h3 > Last update:</ h3 >
54
+ < p class ="topless "> {{ last_updated }}</ p >
55
+ {%- endif %}
56
+ </ div >
59
57
{% endblock %}
60
58
</ div >
61
59
You can’t perform that action at this time.
0 commit comments