Skip to content

Commit e6cee6b

Browse files
committed
📈 Google analytics added and licence updated
1 parent ce008ca commit e6cee6b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

_layouts/website/page.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,5 +109,16 @@
109109
});
110110
}
111111
</script>
112+
113+
<!-- Global site tag (gtag.js) - Google Analytics -->
114+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-138722543-1"></script>
115+
<script>
116+
window.dataLayer = window.dataLayer || [];
117+
function gtag(){dataLayer.push(arguments);}
118+
gtag('js', new Date());
119+
120+
gtag('config', 'UA-138722543-1');
121+
</script>
122+
112123
</div>
113124
{% endblock %}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"install": "gitbook install"
1111
},
1212
"author": "Naming Convention Foundation",
13-
"license": "GPL-3.0",
13+
"license": "Apache-2.0",
1414
"devDependencies": {
1515
"gitbook-cli": "^2.3.2",
1616
"gitbook-plugin-contributors-each-page": "^1.0.1",

0 commit comments

Comments
 (0)