mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-09-13 06:40:20 +00:00
6 lines
346 B
Plaintext
6 lines
346 B
Plaintext
{#- Knocket live chat — https://trtc.io/solutions/knocket -#}
|
|
{#- Free-forever live chat widget. Get your identifier at https://trtc.io/solutions/knocket -#}
|
|
{%- if theme.knocket.identifier %}
|
|
<script{{ ' async' if theme.knocket.async }} src="https://trtc.io/knocket-sdk/sdk.js?identifier={{ theme.knocket.identifier }}"></script>
|
|
{%- endif %}
|