livere.swig 536 B

1234567891011121314151617
  1. {%- if page.comments %}
  2. <script>
  3. NexT.utils.loadComments(document.querySelector('#lv-container'), () => {
  4. window.livereOptions = {
  5. refer: location.pathname.replace(CONFIG.root, '').replace('index.html', '')
  6. };
  7. (function(d, s) {
  8. var j, e = d.getElementsByTagName(s)[0];
  9. if (typeof LivereTower === 'function') { return; }
  10. j = d.createElement(s);
  11. j.src = 'https://cdn-city.livere.com/js/embed.dist.js';
  12. j.async = true;
  13. e.parentNode.insertBefore(j, e);
  14. })(document, 'script');
  15. });
  16. </script>
  17. {%- endif %}