Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tiago Peixoto
graph-tool
Commits
84615544
Commit
84615544
authored
Mar 03, 2013
by
Tiago Peixoto
Browse files
Modify google analytics code in documentation
parent
020c0a33
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/.templates/layout.html
View file @
84615544
...
...
@@ -7,6 +7,9 @@
{% block extrahead %}
<script
type=
"text/javascript"
>
var
_gaq
=
_gaq
||
[];
var
pluginUrl
=
'
//www.google-analytics.com/plugins/ga/inpage_linkid.js
'
;
_gaq
.
push
([
'
_require
'
,
'
inpage_linkid
'
,
pluginUrl
]);
_gaq
.
push
([
'
_setAccount
'
,
'
UA-248813-2
'
]);
_gaq
.
push
([
'
_setDomainName
'
,
'
.skewed.de
'
]);
_gaq
.
push
([
'
_trackPageview
'
]);
...
...
Write
Preview
Markdown
is supported
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