initial
This commit is contained in:
13
themes/next/layout/_third-party/comments/livere.swig
vendored
Normal file
13
themes/next/layout/_third-party/comments/livere.swig
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<script>
|
||||
window.livereOptions = {
|
||||
refer: '{{ page.path }}'
|
||||
};
|
||||
(function(d, s) {
|
||||
var j, e = d.getElementsByTagName(s)[0];
|
||||
if (typeof LivereTower === 'function') { return; }
|
||||
j = d.createElement(s);
|
||||
j.src = 'https://cdn-city.livere.com/js/embed.dist.js';
|
||||
j.async = true;
|
||||
e.parentNode.insertBefore(j, e);
|
||||
})(document, 'script');
|
||||
</script>
|
Reference in New Issue
Block a user