1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-06-22 11:41:27 +08:00

demo后台增加统计

This commit is contained in:
xiaochong0302 2020-10-13 17:58:11 +08:00
parent cff2d5564e
commit de2a71415e

View File

@ -22,5 +22,12 @@
{% block include_js %}{% endblock %}
{% block inline_js %}{% endblock %}
{% set site = setting('site') %}
{% if site['analytics_enabled'] == 1 %}
{{ site['analytics_script'] }}
{% endif %}
</body>
</html>