From 27f01a9a610ef3d3c7b97ff4d3d246a5ad05a403 Mon Sep 17 00:00:00 2001 From: Elisabeth Dickinson Date: Wed, 24 Mar 2021 09:37:20 +0100 Subject: [PATCH] [IMP] remove "#mask" div and remove ".o_content" from around article --- extensions/odoo_theme/layout.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 %}