Flex-260: Add support for Microsoft Clarity

This commit is contained in:
John Cairns 2021-01-30 17:08:54 -06:00
parent cf45bc0412
commit 7fe8953a2f
3 changed files with 11 additions and 0 deletions

View file

@ -152,6 +152,9 @@
{% if GOOGLE_TAG_MANAGER %}
{% include "partial/gtm.html" %}
{% endif %}
{% if MICROSOFT_CLARITY %}
{% include "partial/clarity.html" %}
{% endif %}
</head>
<body {% if not THEME_COLOR_AUTO_DETECT_BROWSER_PREFERENCE %}class="{{ THEME_COLOR|default('light') }}-theme"{% endif %}>
{% if GOOGLE_TAG_MANAGER %}