...
This commit is contained in:
parent
54c04301cc
commit
9b8085220f
1 changed files with 3 additions and 0 deletions
3
docs/_templates/base.html
vendored
3
docs/_templates/base.html
vendored
|
|
@ -1,6 +1,8 @@
|
|||
{% extends "!base.html" %}
|
||||
{% block extrahead %}
|
||||
|
||||
{{ super() }}
|
||||
|
||||
{%- if analytics_id %}
|
||||
<script type="text/javascript">
|
||||
var _gaq = _gaq || [];
|
||||
|
|
@ -16,4 +18,5 @@
|
|||
})();
|
||||
</script>
|
||||
{% endif -%}
|
||||
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue