feat(templates): Corrige l'échappement des traductions dans les breadcrumbs schema.org.

This commit is contained in:
Serreau Jovann
2025-11-16 23:03:03 +01:00
parent 9a6949209c
commit ff9e3b6161
7 changed files with 15 additions and 15 deletions

View File

@@ -14,7 +14,7 @@
{
"@type": "ListItem",
"position": 1,
"name": "home_title"|trans,
"name": {{ "home_title"|trans }},
"item": "{{ app.request.schemeAndHttpHost }}"
},
{

View File

@@ -14,13 +14,13 @@
{
"@type": "ListItem",
"position": 1,
"name": "home_title"|trans,
"name": {{"home_title"|trans }},
"item": "{{ app.request.schemeAndHttpHost }}"
},
},
{
"@type": "ListItem",
"position": 2,
"name": "cgu_short_title"|trans,
"name": {{"cgu_short_title"|trans}},
"item": "{{ app.request.schemeAndHttpHost }}{{ app.request.pathInfo }}"
}
]

View File

@@ -14,13 +14,13 @@
{
"@type": "ListItem",
"position": 1,
"name": "home_title"|trans,
"name": {{"home_title"|trans }},
"item": "{{ app.request.schemeAndHttpHost }}"
},
},
{
"@type": "ListItem",
"position": 2,
"name": "cgv_short_title"|trans,
"name": {{"cgv_short_title"|trans}},
"item": "{{ app.request.schemeAndHttpHost }}{{ app.request.pathInfo }}"
}
]

View File

@@ -14,13 +14,13 @@
{
"@type": "ListItem",
"position": 1,
"name": "home_title"|trans,
"name": {{ "home_title"|trans }},
"item": "{{ app.request.schemeAndHttpHost }}"
},
{
"@type": "ListItem",
"position": 2,
"name": "cookie_short_title"|trans,
"name": {{ "cookie_short_title"|trans }},
"item": "{{ app.request.schemeAndHttpHost }}{{ app.request.pathInfo }}"
}
]

View File

@@ -14,13 +14,13 @@
{
"@type": "ListItem",
"position": 1,
"name": "home_title"|trans,
"name": {{ "home_title"|trans }},
"item": "{{ app.request.schemeAndHttpHost }}"
},
{
"@type": "ListItem",
"position": 2,
"name": "hosting_short_title"|trans,
"name": {{"hosting_short_title"|trans}},
"item": "{{ app.request.schemeAndHttpHost }}{{ app.request.pathInfo }}"
}
]

View File

@@ -14,13 +14,13 @@
{
"@type": "ListItem",
"position": 1,
"name": "home_title"|trans,
"name": {{ "home_title"|trans }},
"item": "{{ app.request.schemeAndHttpHost }}"
},
{
"@type": "ListItem",
"position": 2,
"name": "legal_short_title"|trans,
"name": {{"legal_short_title"|trans}},
"item": "{{ app.request.schemeAndHttpHost }}{{ app.request.pathInfo }}"
}
]

View File

@@ -14,13 +14,13 @@
{
"@type": "ListItem",
"position": 1,
"name": "home_title"|trans,
"name": {{ "home_title"|trans }},
"item": "{{ app.request.schemeAndHttpHost }}"
},
{
"@type": "ListItem",
"position": 2,
"name": "rgpd_short_title"|trans,
"name": {{"rgpd_short_title"|trans}},
"item": "{{ app.request.schemeAndHttpHost }}{{ app.request.pathInfo }}"
}
]