From bfe9267d4d4b61b249a876a0c09d3511719e012e Mon Sep 17 00:00:00 2001 From: vitaut Date: Fri, 22 May 2015 19:21:55 -0700 Subject: [PATCH] Bootstrapify --- doc/_templates/layout.html | 2 +- doc/basic-bootstrap/layout.html | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html index 99df9d6e..56b32da9 100644 --- a/doc/_templates/layout.html +++ b/doc/_templates/layout.html @@ -63,7 +63,7 @@ - + {% if pagename == "index" %}
diff --git a/doc/basic-bootstrap/layout.html b/doc/basic-bootstrap/layout.html index 4c0ebd65..3ef56978 100644 --- a/doc/basic-bootstrap/layout.html +++ b/doc/basic-bootstrap/layout.html @@ -8,8 +8,7 @@ :license: BSD, see LICENSE for details. #} {%- block doctype -%} - + {%- endblock %} {%- set reldelim1 = reldelim1 is not defined and ' »' or reldelim1 %} {%- set reldelim2 = reldelim2 is not defined and ' |' or reldelim2 %} @@ -107,9 +106,13 @@ {%- endfor %} {%- endmacro %} - + - + + + + {{ metatags }} {%- block htmltitle %} {{ title|striptags|e }}{{ titlesuffix }}