[FIX] disable iOS Safari telephone link auto detection
This commit is contained in:
parent
00f6c75038
commit
bf07985839
|
@ -19,6 +19,7 @@ if( $page->isHomePage() ) {
|
|||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<meta name="format-detection" content="telephone=no">
|
||||
<title><?php echo $title ?> </title>
|
||||
<meta name="description" content="<?php echo $site->description()->html() ?>">
|
||||
<meta name="keywords" content="<?php echo $site->keywords()->html() ?>">
|
||||
|
|
Loading…
Reference in a new issue