Skip to content

Commit a0f2b7e

Browse files
committed
Merge branch 'master' of github.com:mikhailberis/cpp-netlib
2 parents 1232150 + 17e220e commit a0f2b7e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

libs/network/doc/templates/layout.html

+16
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,22 @@
1515
{%- endif %}
1616
{%- endmacro %}
1717

18+
{% block extrahead %}
19+
<script type="text/javascript">
20+
21+
var _gaq = _gaq || [];
22+
_gaq.push(['_setAccount', 'UA-19815738-1']);
23+
_gaq.push(['_trackPageview']);
24+
25+
(function() {
26+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
27+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
28+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
29+
})();
30+
31+
</script>
32+
{% endblock %}
33+
1834
{% block document %}
1935
<div id="custom-doc" class="{% block bodyclass %}{{ 'yui-t4' if pagename != 'index' else '' }}{% endblock %}">
2036
<div id="hd">

0 commit comments

Comments
 (0)