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:
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 %}