mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-01-19 05:43:51 +01:00
commit
1f363b4586
@ -130,6 +130,8 @@ const siteConfig = {
|
||||
"https://buttons.github.io/buttons.js",
|
||||
"https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.0/clipboard.min.js",
|
||||
"https://fonts.googleapis.com/css?family=Montserrat:500",
|
||||
// Google Analytics
|
||||
"https://www.googletagmanager.com/gtag/js?id=UA-61958686-2",
|
||||
`${baseUrl}js/code-block-buttons.js`
|
||||
],
|
||||
|
||||
|
9
website/static/js/google-analytics.js
Normal file
9
website/static/js/google-analytics.js
Normal file
@ -0,0 +1,9 @@
|
||||
window.addEventListener("load", function() {
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag("js", new Date());
|
||||
|
||||
gtag("config", "UA-61958686-2");
|
||||
});
|
Loading…
Reference in New Issue
Block a user