update api link

This commit is contained in:
Junzi Sun
2020-05-04 01:51:33 +02:00
parent d50f05d00d
commit 560b737739
3 changed files with 20 additions and 5 deletions
+17
View File
@@ -0,0 +1,17 @@
{% extends "!layout.html" %}
{% block footer %}
{{ super() }}
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-74700456-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-74700456-1');
</script>
{% endblock %}