[IMP] remove "#mask" div and remove ".o_content" from around article
This commit is contained in:
parent
e0c892a693
commit
27f01a9a61
@ -88,10 +88,12 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<main class="container-fluid {{ ' '.join(main_classes) }}">
|
<main class="container-fluid {{ ' '.join(main_classes) }}">
|
||||||
<div id="o_content">
|
|
||||||
{% if pagename == master_doc %}
|
{% if pagename == master_doc %}
|
||||||
|
<div id="o_content">
|
||||||
{# Custom landing page on the root of the documentation #}
|
{# Custom landing page on the root of the documentation #}
|
||||||
{% include "layout_templates/homepage.html" %}
|
{% include "layout_templates/homepage.html" %}
|
||||||
|
</div>
|
||||||
{% else %}
|
{% else %}
|
||||||
<article class="doc-body">
|
<article class="doc-body">
|
||||||
<!-- Beacon used by the Sphinx search to know where to look for a string -->
|
<!-- Beacon used by the Sphinx search to know where to look for a string -->
|
||||||
@ -104,8 +106,6 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</article>
|
</article>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
|
||||||
<div id="mask"></div>
|
|
||||||
</main>
|
</main>
|
||||||
{# VFE TODO Check if this condition is still needed ??? #}
|
{# VFE TODO Check if this condition is still needed ??? #}
|
||||||
{% if pagename not in toc and 'hide_page_toc' not in meta %}
|
{% if pagename not in toc and 'hide_page_toc' not in meta %}
|
||||||
|
Loading…
Reference in New Issue
Block a user