From 527586a53893da461aba0151f9276c17dd2c0a43 Mon Sep 17 00:00:00 2001 From: Keryan SANIE Date: Wed, 19 Jul 2023 10:47:28 +0200 Subject: [PATCH] =?UTF-8?q?feat(*):=20Ajout=20d'un=20meta=20tag=20de=20d?= =?UTF-8?q?=C3=A9sactivation=20du=20style=20des=20num=C3=A9ros=20de=20tel?= =?UTF-8?q?=20sur=20ios?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++-- tool/example/example.ejs | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1194dd7d0..135c16cda 100644 --- a/README.md +++ b/README.md @@ -94,8 +94,7 @@ Consulter la [documentation des paramètres d’affichage](https://www.systeme-d - - + @@ -104,6 +103,9 @@ Consulter la [documentation des paramètres d’affichage](https://www.systeme-d + + + Titre de la page - Nom du site diff --git a/tool/example/example.ejs b/tool/example/example.ejs index 1f7d3a4ab..8e443000c 100644 --- a/tool/example/example.ejs +++ b/tool/example/example.ejs @@ -4,7 +4,8 @@ - <%= title %> - Design System + + <%= title %> - Système de design <%- include('../../src/core/template/ejs/favicon/favicon.ejs', {favicon: {path: `${relativeRoot}dist/favicon/`}}); %>