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
Holland Computing Center
HCC docs
Commits
f10fb65a
Verified
Commit
f10fb65a
authored
Nov 04, 2019
by
Adam Caprez
Browse files
Add Google Analytics.
parent
29bc2408
Changes
1
Hide whitespace changes
Inline
Side-by-side
layouts/partials/custom-head.html
View file @
f10fb65a
<link
rel=
"stylesheet"
href=
"/css/custom.css"
>
<link
href=
"//cloud.typography.com/7717652/616662/css/fonts.css"
type=
"text/css"
rel=
"stylesheet"
>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src=
"https://www.googletagmanager.com/gtag/js?id=UA-36141757-1"
></script>
<script>
window
.
dataLayer
=
window
.
dataLayer
||
[];
function
gtag
(){
dataLayer
.
push
(
arguments
);}
gtag
(
'
js
'
,
new
Date
());
gtag
(
'
config
'
,
'
UA-36141757-1
'
);
</script>
{{ if isset .Params "scripts" }}{{ range .Params.scripts }}
<script
src=
"{{ printf "
%
s
"
.
}}"
></script>
{{ end }}{{ end }}
{{ if isset .Params "css" }}{{ range .Params.css }}
<link
rel=
"stylesheet"
href=
"{{ printf "
%
s
"
.
}}"
>
{{ end }}{{ end }}
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