summaryrefslogtreecommitdiffstats
path: root/core/templates/layout.guest.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-11-09 11:12:38 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2015-11-09 11:12:38 +0100
commit2e8d8bf4efbd3e87a0459d10f921de6bd3848185 (patch)
tree9b51b6f5940676ebed1d93604a707d491f6a7f0c /core/templates/layout.guest.php
parent77335ca403b096be587073a89e2b2ee6c8042a2d (diff)
parentedb1fee610490907302930b3af574e9e522eb0ee (diff)
downloadnextcloud-server-2e8d8bf4efbd3e87a0459d10f921de6bd3848185.tar.gz
nextcloud-server-2e8d8bf4efbd3e87a0459d10f921de6bd3848185.zip
Merge pull request #20236 from maprambo/safari-pinned-tab-icon
added Safari tabbed pin icon
Diffstat (limited to 'core/templates/layout.guest.php')
-rw-r--r--core/templates/layout.guest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/templates/layout.guest.php b/core/templates/layout.guest.php
index 0506542a0cf..d5e9680eda2 100644
--- a/core/templates/layout.guest.php
+++ b/core/templates/layout.guest.php
@@ -14,6 +14,7 @@
<meta name="theme-color" content="<?php p($theme->getMailHeaderColor()); ?>">
<link rel="shortcut icon" href="<?php print_unescaped(image_path('', 'favicon.ico')); /* IE11+ supports png */ ?>">
<link rel="apple-touch-icon-precomposed" href="<?php print_unescaped(image_path('', 'favicon-touch.png')); ?>">
+ <link rel="mask-icon" sizes="any" href="<?php print_unescaped(image_path('', 'favicon-mask.svg')); ?>" color="#1d2d44">
<?php foreach($_['cssfiles'] as $cssfile): ?>
<link rel="stylesheet" href="<?php print_unescaped($cssfile); ?>" media="screen">
<?php endforeach; ?>