Welcome to mirror list, hosted at ThFree Co, Russian Federation.

livere.html « comments « partials « layouts - github.com/zzossig/hugo-theme-zdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e8027208b821c5b6963bdf4d0edbfc901f217e73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<div id="lv-container" data-id="city" data-uid="{{ .Site.Params.livere.livereUID }}">
  <script>
    (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>
  <noscript>Please enable JavaScript to view the comments powered by <a
      href="https://livere.com/">LiveRe.</a></noscript>
</div>