Merge pull request #12 from gerundt/patch-1
Add X-UA-Compatible header for Internet Explorer
This commit is contained in:
commit
364ce8893d
@ -10,6 +10,7 @@
|
|||||||
<meta name="description" content="<?= $params['tagline']; ?>" />
|
<meta name="description" content="<?= $params['tagline']; ?>" />
|
||||||
<meta name="author" content="<?= $params['author']; ?>">
|
<meta name="author" content="<?= $params['author']; ?>">
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
<link rel="icon" href="<?= $params['theme']['favicon']; ?>" type="image/x-icon">
|
<link rel="icon" href="<?= $params['theme']['favicon']; ?>" type="image/x-icon">
|
||||||
<!-- Mobile -->
|
<!-- Mobile -->
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||||
|
Loading…
Reference in New Issue
Block a user