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:
parent
cff2d5564e
commit
de2a71415e
@ -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>
|
Loading…
x
Reference in New Issue
Block a user