This commit is contained in:
Kovid Goyal
2021-07-21 14:16:53 +05:30
parent 54c04301cc
commit 9b8085220f

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