mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-18 18:33:42 +00:00
5 lines
192 B
Plaintext
5 lines
192 B
Plaintext
{%- if theme.baidu_analytics %}
|
|
{{ next_js('third-party/analytics/baidu-analytics.js') }}
|
|
<script async src="https://hm.baidu.com/hm.js?{{ theme.baidu_analytics }}"></script>
|
|
{%- endif %}
|