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 }}