This commit is contained in:
Kovid Goyal 2021-07-21 14:16:53 +05:30
parent 54c04301cc
commit 9b8085220f
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -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 %}