mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-17 18:22:33 +00:00
12 lines
296 B
Plaintext
12 lines
296 B
Plaintext
<script>
|
|
NexT.utils.loadComments('#valine-comments', () => {
|
|
NexT.utils.getScript('{{ theme.vendors.valine }}', () => {
|
|
new Valine(Object.assign({
|
|
el : '#valine-comments',
|
|
path: location.pathname,
|
|
}, {{ theme.valine | safedump }}
|
|
));
|
|
}, window.Valine);
|
|
});
|
|
</script>
|