|
@@ -11,5 +11,15 @@
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<?php wp_footer(); ?>
|
|
<?php wp_footer(); ?>
|
|
|
|
|
+
|
|
|
|
|
+ <!-- Global site tag (gtag.js) - Google Analytics -->
|
|
|
|
|
+ <script async src="https://www.googletagmanager.com/gtag/js?id=UA-111518737-1"></script>
|
|
|
|
|
+ <script>
|
|
|
|
|
+ window.dataLayer = window.dataLayer || [];
|
|
|
|
|
+ function gtag(){dataLayer.push(arguments);}
|
|
|
|
|
+ gtag('js', new Date());
|
|
|
|
|
+
|
|
|
|
|
+ gtag('config', 'UA-111518737-1');
|
|
|
|
|
+ </script>
|
|
|
</body>
|
|
</body>
|
|
|
</html>
|
|
</html>
|