Add the Google "notranslate" meta to all layouts (#1360)
This commit is contained in:
parent
9828cd2fbf
commit
a225019f6f
4 changed files with 5 additions and 1 deletions
|
@ -5,7 +5,8 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||||
<meta name="theme-color" content="#35A768">
|
||||
|
||||
<meta name="google" content="notranslate">
|
||||
|
||||
<?php slot('meta') ?>
|
||||
|
||||
<title><?= vars('page_title') ?? lang('account') ?> | Easy!Appointments</title>
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||||
<meta name="theme-color" content="#35A768">
|
||||
<meta name="google" content="notranslate">
|
||||
|
||||
<?php slot('meta') ?>
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||||
<meta name="theme-color" content="#35A768">
|
||||
<meta name="google" content="notranslate">
|
||||
|
||||
<?php slot('meta') ?>
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||||
<meta name="theme-color" content="#35A768">
|
||||
<meta name="google" content="notranslate">
|
||||
|
||||
<?php slot('meta') ?>
|
||||
|
||||
|
|
Loading…
Reference in a new issue