From 9af6c41684b727fc8a4256563e6274a344544de6 Mon Sep 17 00:00:00 2001 From: vitaut Date: Sat, 23 May 2015 08:31:29 -0700 Subject: [PATCH] Use template comments because they are removed from output --- doc/_templates/layout.html | 27 ++++++++++++++------------- doc/basic-bootstrap/layout.html | 4 ++-- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html index 56b32da9..e8090d5a 100644 --- a/doc/_templates/layout.html +++ b/doc/_templates/layout.html @@ -26,7 +26,7 @@
-
-
+ {# /.navbar-collapse #} + {# /.col-md-offset-2 #} + {# /.row #} + {# /.container #} {% if pagename == "index" %}
@@ -87,7 +87,7 @@ {% endif %} {% endblock %} - +{# TODO: what to do with relbars (prev/next/index)? #} {% block relbar1 %} {% endblock %} {% block relbar2 %} @@ -96,8 +96,8 @@ {% block content %}
- - +
+ #}
{% block body %} {% endblock %} @@ -124,11 +125,11 @@ {% block footer %} {{ super() }} - +{# Placed at the end of the document so the pages load faster. #}