Merge pull request #5877 from jxlil/master

Fix: `Uncaught ReferenceError: analytics is not defined`
This commit is contained in:
Andrey Rakhmatullin 2023-03-28 14:05:47 +04:00 committed by GitHub
commit 4dacad0d8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
{% extends "!layout.html" %}
{% block footer %}
{{ super() }}
<script type="text/javascript">
analytics.ready(function () {
ga('require', 'linker');
ga('linker:autoLink', ['zyte.com']);
});
</script>
{% endblock %}