Skip to content

Commit 135e6d5

Browse files
committed
πŸ“ GA
1 parent 19af7d0 commit 135e6d5

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ You can just include a link in your website and point to the right repository in
4242
<a href="http://www.ideabile.com/ermes/#/Ideabile/ermes/README.md">
4343
<img alt="Edit this page" src="http://www.ideabile.com/ermes/static/edit.svg"/>
4444
</a>
45+
4546
<a href="http://www.ideabile.com/ermes/#/Ideabile/ermes/README.md">
4647
<img alt="Submit a suggestion" src="http://www.ideabile.com/ermes/static/edit.svg"/>
4748
</a>

β€Žindex.htmlβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ <h1>Ermes</h1>
2323
</div>
2424
</div>
2525
<div id="app"></div>
26+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-187077-3"></script>
27+
<script>
28+
window.dataLayer = window.dataLayer || [];
29+
function gtag(){dataLayer.push(arguments);}
30+
gtag('js', new Date());
31+
32+
gtag('config', 'UA-187077-3');
33+
</script>
2634
<!-- built files will be auto injected -->
2735
</body>
2836
</html>

0 commit comments

Comments
Β (0)