Skip to content

Commit

Permalink
Adiciona analytics nos indexes restantes
Browse files Browse the repository at this point in the history
  • Loading branch information
CaioWzy committed Oct 15, 2022
1 parent e0fc533 commit d45998b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions en/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,22 @@
<link href="https://fonts.googleapis.com/css?family=Raleway:400,400i,700" rel="stylesheet">
<link href="../main.css" rel="stylesheet">
<link rel="alternate" hreflang="pt" href="https://burles.co/" />
<script>
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');

ga('create', 'UA-40344048-6', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="language-selector">
Expand Down
16 changes: 16 additions & 0 deletions index-en.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,22 @@
<link href="https://fonts.googleapis.com/css?family=Raleway:400,400i,700" rel="stylesheet">
<link href="../main.css" rel="stylesheet">
<link rel="alternate" hreflang="pt" href="https://burles.co/" />
<script>
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');

ga('create', 'UA-40344048-6', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<section class="hero is-light is-medium intro">
Expand Down

0 comments on commit d45998b

Please sign in to comment.