1
0
Fork 0

[FIX] disable iOS Safari telephone link auto detection

This commit is contained in:
Jannik Beyerstedt 2016-05-19 14:33:13 +02:00
parent 00f6c75038
commit bf07985839

View file

@ -19,6 +19,7 @@ if( $page->isHomePage() ) {
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0"> <meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="format-detection" content="telephone=no">
<title><?php echo $title ?> </title> <title><?php echo $title ?> </title>
<meta name="description" content="<?php echo $site->description()->html() ?>"> <meta name="description" content="<?php echo $site->description()->html() ?>">
<meta name="keywords" content="<?php echo $site->keywords()->html() ?>"> <meta name="keywords" content="<?php echo $site->keywords()->html() ?>">