Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
zlu
zlu.me
Commits
0fc67659
Commit
0fc67659
authored
May 10, 2018
by
zlu
🤸🏿
Browse files
Add GoogleAnalytics tracking
parent
a7e1cd12
Changes
1
Hide whitespace changes
Inline
Side-by-side
index.html
View file @
0fc67659
...
...
@@ -3,6 +3,16 @@
<script
type=
'text/javascript'
src=
'entry.js'
></script>
<link
rel=
'stylesheet'
href=
'zlu.css'
>
<link
href=
'https://fonts.googleapis.com/css?family=Trykker'
rel=
'stylesheet'
type=
'text/css'
>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src=
"https://www.googletagmanager.com/gtag/js?id=UA-7031506-4"
></script>
<script>
window
.
dataLayer
=
window
.
dataLayer
||
[];
function
gtag
(){
dataLayer
.
push
(
arguments
);}
gtag
(
'
js
'
,
new
Date
());
gtag
(
'
config
'
,
'
UA-7031506-4
'
);
</script>
</head>
<body>
</body>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment