pyFTS/docs/_templates/layout.html

15 lines
393 B
HTML
Raw Normal View History

2018-09-25 18:02:58 +04:00
{% extends "!layout.html" %}
{% block footer %}
{{ super() }}
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-55120145-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-55120145-3');
</script>
{% endblock %}