This commit is contained in:
Nicolas Bally 2020-11-04 16:26:52 +01:00
parent 53f906745e
commit 082bf11a13
3 changed files with 28 additions and 0 deletions

View File

@ -13,6 +13,15 @@
=javascript_include_tag "http://maps.google.com/maps/api/js?sensor=false&region=FR"
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-17561522-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-17561522-1');
</script>
%body.admin

View File

@ -16,6 +16,15 @@
<link rel="icon" href="/faviconp.ico" />
<link rel="shortcut icon" href="/faviconp.ico">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-17561522-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-17561522-1');
</script>
%body

View File

@ -22,6 +22,16 @@
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
=javascript_include_tag "http://maps.google.com/maps/api/js?sensor=false&region=FR"
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-17561522-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-17561522-1');
</script>
%body