Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVeit Kunz <git@veit-kunz.de>2016-08-29 04:39:16 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2016-08-29 04:39:16 +0300
commit14100e57e757869337ebc0d9d43b6ac6a772f3b7 (patch)
tree81311c6a2d743c358e9e6cdb43be1e73049fa426 /plugins/CoreHome/templates/_applePinnedTabIcon.twig
parent0c9c30b731ccbacf47e154b9f7a590af49e3d799 (diff)
Add icon for pinned tabs in Safari (#10385)
* Add icon for pinned tabs in Safari * The color of the tab icon was adjusted
Diffstat (limited to 'plugins/CoreHome/templates/_applePinnedTabIcon.twig')
-rw-r--r--plugins/CoreHome/templates/_applePinnedTabIcon.twig4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/CoreHome/templates/_applePinnedTabIcon.twig b/plugins/CoreHome/templates/_applePinnedTabIcon.twig
new file mode 100644
index 0000000000..55a72c7ef1
--- /dev/null
+++ b/plugins/CoreHome/templates/_applePinnedTabIcon.twig
@@ -0,0 +1,4 @@
+{% if isCustomLogo and customFavicon is defined and customFavicon %}
+{% else %}
+ <link rel="mask-icon" href="plugins/CoreHome/images/applePinnedTab.svg" color="#d4291f">
+{% endif %}