You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{% include "components/produit/_infotri.html" with infotri=infotri %}
21
-
{% include "snippets/share_and_embed_produit.html" with extra_classes="max-md:qf-order-last md:qf-min-w-[17rem] md:qf-row-start-1 md:qf-col-start-2" %}
22
21
{% endblock content %}
23
22
</header>
23
+
{% include "snippets/share_and_embed_produit.html" with extra_classes="max-md:qf-order-last md:qf-min-w-[17rem] md:qf-row-start-1 md:qf-col-start-2" %}
Copy file name to clipboardExpand all lines: templates/qfdmd/produit_page.html
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,11 @@
6
6
<title>{{ page.title }} | {{ seo.title }}</title>
7
7
{% endblock title %}
8
8
9
+
{% comment %}
9
10
{% block main_classes %}
10
11
{% if not is_synonyme %}{{ block.super }}{% endif %}
11
12
{% endblock main_classes %}
13
+
{% endcomment %}
12
14
13
15
{% block main %}
14
16
<article
@@ -17,10 +19,9 @@
17
19
qf-gap-6w max-lg:qf-pr-0 max-xl:qf-pr-6w
18
20
qf-pt-3w md:qf-pt-5w"
19
21
>
20
-
{% block main_heading %}
21
-
{% include "./heading.html" with title=page.title infotri=page.infotri %}
22
-
{% include "snippets/share_and_embed_produit.html" with extra_classes="max-md:qf-order-last md:qf-min-w-[17rem] md:qf-row-start-1 md:qf-col-start-2" %}
23
-
{% endblock main_heading %}
22
+
{% block main_heading %}
23
+
{% include "components/produit/heading.html" with title=page.title infotri=page.infotri %}
24
+
{% endblock main_heading %}
24
25
25
26
{% include "sites_faciles_content_manager/blocks/blocks_stream.html" with stream=page.body %}
0 commit comments