diff --git a/extensions/odoo_theme/layout.html b/extensions/odoo_theme/layout.html index 5dd06453d..35c0c210a 100644 --- a/extensions/odoo_theme/layout.html +++ b/extensions/odoo_theme/layout.html @@ -88,10 +88,12 @@ {% endif %}
-
+ {% if pagename == master_doc %} +
{# Custom landing page on the root of the documentation #} {% include "layout_templates/homepage.html" %} +
{% else %}
@@ -104,8 +106,6 @@ {% endif %}
{% endif %} -
-
{# VFE TODO Check if this condition is still needed ??? #} {% if pagename not in toc and 'hide_page_toc' not in meta %}