Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
swc-bb
swc-pages
2019-11-26-Potsdam-Berlin-Python
Commits
7f8e13d7
Commit
7f8e13d7
authored
Sep 26, 2016
by
Jonah Duckles
Committed by
GitHub
Sep 26, 2016
Browse files
Merge pull request #105 from gvwilson/analytics
Adding Google Analytics code
parents
9788e51b
284a94b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
_includes/javascript.html
View file @
7f8e13d7
<script
src=
"{{ page.root }}/assets/js/jquery.min.js"
></script>
<script
src=
"{{ page.root }}/assets/js/bootstrap.min.js"
></script>
<script
src=
"{{ page.root }}/assets/js/lesson.js"
></script>
<script>
(
function
(
i
,
s
,
o
,
g
,
r
,
a
,
m
){
i
[
'
GoogleAnalyticsObject
'
]
=
r
;
i
[
r
]
=
i
[
r
]
||
function
(){
(
i
[
r
].
q
=
i
[
r
].
q
||
[]).
push
(
arguments
)},
i
[
r
].
l
=
1
*
new
Date
();
a
=
s
.
createElement
(
o
),
m
=
s
.
getElementsByTagName
(
o
)[
0
];
a
.
async
=
1
;
a
.
src
=
g
;
m
.
parentNode
.
insertBefore
(
a
,
m
)
})(
window
,
document
,
'
script
'
,
'
https://www.google-analytics.com/analytics.js
'
,
'
ga
'
);
ga
(
'
create
'
,
'
UA-37305346-2
'
,
'
auto
'
);
ga
(
'
send
'
,
'
pageview
'
);
</script>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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