cognitive-digressions/themes/cupper-hugo-theme/layouts/partials/disqus-js-main.js
2025-04-09 11:12:51 +03:00

10 lines
No EOL
279 B
JavaScript

// Config
var disqus_config = function () {
};
// Build and append comments
var d = document;
var s = d.createElement('script');
s.async = true;
s.src = '//' + "{{ . }}" + '.disqus.com/embed.js';
s.setAttribute('data-timestamp', + new Date());
(d.head || d.body).appendChild(s);