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
47394f90
Commit
47394f90
authored
Jul 17, 2009
by
Tiago Peixoto
Browse files
Add google analytics script to documentation html
parent
87b69927
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/.templates/layout.html
View file @
47394f90
...
...
@@ -3,3 +3,14 @@
<li><img
src=
"/gfx/graph-icon.png"
alt=
"logo"
style=
"margin-right: 5px; margin-bottom:-2px;"
/><a
href=
"/graph-tool/"
>
Project Homepage
</a>
»
</li>
{{ super() }}
{% endblock %}
{% block extrahead %}
<script
src=
"https://ssl.google-analytics.com/urchin.js"
type=
"text/javascript"
>
</script>
<script
type=
"text/javascript"
>
_uacct
=
"
UA-248813-2
"
;
urchinTracker
();
</script>
{{ super() }}
{% endblock %}
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