doc/book/en/.templates/layout.html
changeset 303 ea6f0e833fbb
parent 93 9c919a47e140
child 2543 19103bdcab36
--- a/doc/book/en/.templates/layout.html	Mon Dec 29 23:11:01 2008 +0100
+++ b/doc/book/en/.templates/layout.html	Mon Dec 29 14:43:38 2008 -0800
@@ -50,7 +50,7 @@
           {%- endif %}
           {%- endblock %}
           {%- if sourcename %}
-            <h3>This Page</h3>
+            <!--<h3>This Page</h3>
             <ul class="this-page-menu">
             {%- if builder == 'web' %}
               <li><a href="#comments">Comments ({{ comments|length }} so far)</a></li>
@@ -59,7 +59,7 @@
             {%- elif builder == 'html' %}
               <li><a href="{{ pathto('_sources/' + sourcename, true)|e }}">Show Source</a></li>
             {%- endif %}
-            </ul>
+            </ul>-->
           {%- endif %}
           {%- if customsidebar %}
           {{ rendertemplate(customsidebar) }}