Files
popov.link/_includes/disqus.html
T

19 lines
778 B
HTML
Raw Normal View History

2018-04-23 00:54:54 +04:00
<div class="comments">
<div id="disqus_thread"></div>
2018-09-15 18:46:04 +04:00
<script defer type="text/javascript">
2018-04-23 00:54:54 +04:00
var disqus_config = function () {
this.page.identifier = '{{ page.id | strip_newlines | strip_html | strip | normalize_whitespace | slugify }}';
2018-04-25 02:15:04 +04:00
this.page.title = '{{ page.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}';
this.page.url = '{{ page.url | strip_newlines | strip_html | strip | normalize_whitespace | absolute_url | uri_escape }}';
2018-04-07 09:18:53 +00:00
};
2018-04-23 00:54:54 +04:00
(function () {
var d = document,
s = d.createElement('script');
s.src = '//valentineus-link.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
2018-04-07 09:18:53 +00:00
})();
2018-04-23 00:54:54 +04:00
</script>
</div>