Files
hexo-theme-butterfly/layout/includes/third-party/chat/knocket.pug
T

6 lines
343 B
Plaintext

//- Knocket live chat — https://trtc.io/solutions/knocket
//- Free-forever live chat widget. Renders only when theme.knocket.identifier is set.
//- Get your own snippet/identifier at https://trtc.io/solutions/knocket
if theme.knocket.identifier
script(src=`https://trtc.io/knocket-sdk/sdk.js?identifier=${theme.knocket.identifier}` async)