github.com/e154/smart-home@v0.17.2-0.20240311175135-e530a6e5cd45/doc/themes/docsy/layouts/partials/disqus-comment.html (about)

     1  <div class="page-blank">
     2  
     3  <div id="disqus_thread"></div>
     4  <script>
     5  
     6  /**
     7  *  RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
     8  *  LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
     9  /*
    10  var disqus_config = function () {
    11  this.page.url = PAGE_URL;  // Replace PAGE_URL with your page's canonical URL variable
    12  this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
    13  };
    14  */
    15  (function() { // DON'T EDIT BELOW THIS LINE
    16  var d = document, s = d.createElement('script');
    17  s.src = 'https://' + {{ .Site.DisqusShortname }} + '.disqus.com/embed.js';
    18  s.setAttribute('data-timestamp', +new Date());
    19  (d.head || d.body).appendChild(s);
    20  })();
    21  </script>
    22  <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
    23  </div>