diff --git a/extensions/odoo_theme/layout.html b/extensions/odoo_theme/layout.html index 06568252e..86930dbea 100644 --- a/extensions/odoo_theme/layout.html +++ b/extensions/odoo_theme/layout.html @@ -85,18 +85,16 @@ {# Custom landing page on the root of the documentation #} {% include "layout_templates/homepage.html" %} {% else %} -
-
- -
- {% block body %} {% endblock %} -
- {# Do not show the edition link for pages without content #} - {% if github_link and 'has_only_toc' not in meta and pagename != 'search' %} - Edit on GitHub - {% endif %} -
-
+
+ +
+ {% block body %} {% endblock %} +
+ {# Do not show the edition link for pages without content #} + {% if github_link and 'has_only_toc' not in meta and pagename != 'search' %} + Edit on GitHub + {% endif %} +
{% endif %}