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

_applePinnedTabIcon.twig « templates « CoreHome « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5ca38d9322b898264f44aa1649c9548a5d1a2efc (plain)
1
2
3
4
{% if isCustomLogo and customFavicon is defined and customFavicon %}
{% else %}
	<link rel="mask-icon" href="plugins/CoreHome/images/applePinnedTab.svg" color="#3450A3">
{% endif %}