From 1ff1a14e6b8011797e76fef408954d415ea320ec Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Wed, 29 Jan 2020 15:01:02 -0500 Subject: [PATCH] fix fanthom id --- themes/embark/layout/layout.swig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/embark/layout/layout.swig b/themes/embark/layout/layout.swig index 0b920bd9..0383a402 100644 --- a/themes/embark/layout/layout.swig +++ b/themes/embark/layout/layout.swig @@ -23,7 +23,7 @@ o.async=1; o.src=t; o.id='fathom-script'; m.parentNode.insertBefore(o,m) })(document, window, '//fathom.status.im/tracker.js', 'fathom'); - fathom('set', 'siteId', 'JOQKN'); + fathom('set', 'siteId', 'IMIPJ'); fathom('trackPageview');