Skip to content

Commit 4f82f8c

Browse files
committed
Remove unnecessary meta tags.
Signed-off-by: Dominik Wasielewski <[email protected]>
1 parent 52439a0 commit 4f82f8c

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

core/templates/layout.base.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<?php p($theme->getTitle()); ?>
77
</title>
88
<meta http-equiv="X-UA-Compatible" content="IE=edge">
9-
<meta name="referrer" content="no-referrer">
109
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
1110
<meta name="theme-color" content="<?php p($theme->getColorPrimary()); ?>">
1211
<link rel="icon" href="<?php print_unescaped(image_path('', 'favicon.ico')); /* IE11+ supports png */ ?>">

core/templates/layout.guest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
<?php p($theme->getTitle()); ?>
77
</title>
88
<meta http-equiv="X-UA-Compatible" content="IE=edge">
9-
<meta name="referrer" content="no-referrer">
10-
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
9+
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
1110
<meta name="apple-itunes-app" content="app-id=<?php p($theme->getiTunesAppId()); ?>">
1211
<meta name="theme-color" content="<?php p($theme->getColorPrimary()); ?>">
1312
<link rel="icon" href="<?php print_unescaped(image_path('', 'favicon.ico')); /* IE11+ supports png */ ?>">

core/templates/layout.user.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
?>
1010
</title>
1111
<meta http-equiv="X-UA-Compatible" content="IE=edge">
12-
<meta name="referrer" content="no-referrer">
1312
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
1413
<meta name="apple-itunes-app" content="app-id=<?php p($theme->getiTunesAppId()); ?>">
1514
<meta name="apple-mobile-web-app-capable" content="yes">

0 commit comments

Comments
 (0)