Skip to content
Snippets Groups Projects

Issue #3459313: [DSFR 1.11] Add meta tag to disable automatic style url,...

Merged Thomas MUSA requested to merge issue/ui_suite_dsfr-3459313:3459313-dsfr-1.11-add into 1.0.x
1 file
+ 5
4
Compare changes
  • Side-by-side
  • Inline
@@ -33,10 +33,11 @@
<link rel="shortcut icon" href="/libraries/dsfr/dist/favicon/favicon.ico" type="image/x-icon"><!-- 32×32 -->
<link rel="manifest" href="/libraries/dsfr/dist/favicon/manifest.webmanifest" crossorigin="use-credentials">
<head-placeholder token="{{ placeholder_token }}">
<title>{{ head_title|safe_join(' | ') }}</title>
<css-placeholder token="{{ placeholder_token }}">
<js-placeholder token="{{ placeholder_token }}">
</head>
<title>{{ head_title|safe_join(' | ') }}</title>
<css-placeholder token="{{ placeholder_token }}">
<js-placeholder token="{{ placeholder_token }}">
<meta name="format-detection" content="telephone=no,date=no,address=no,email=no,url=no">
</head>
<body{{ attributes }}>
{{ page_top }}
{{ page }}
Loading