mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-08-07 15:01:38 +08:00
demo后台增加统计
This commit is contained in:
parent
cff2d5564e
commit
de2a71415e
@ -22,5 +22,12 @@
|
|||||||
|
|
||||||
{% block include_js %}{% endblock %}
|
{% block include_js %}{% endblock %}
|
||||||
{% block inline_js %}{% endblock %}
|
{% block inline_js %}{% endblock %}
|
||||||
|
|
||||||
|
{% set site = setting('site') %}
|
||||||
|
|
||||||
|
{% if site['analytics_enabled'] == 1 %}
|
||||||
|
{{ site['analytics_script'] }}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
x
Reference in New Issue
Block a user