Files
hexo_blog/themes/matery/layout/_partial/disqus.ejs
T
2022-04-25 13:40:12 +08:00

25 lines
934 B
Plaintext

<div class="disqus-card card" data-aos="fade-up">
<div id="disqus_thread" class="card-content">
<noscript>Please enable JavaScript to view the
<a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a>
</noscript>
</div>
</div>
<script type="text/javascript">
disqus_config = function () {
this.page.url = '<%- full_url_for(page.path) %>';
this.page.identifier = '<%- url_for(page.path) %>';
this.page.title = '<%= page.title %>';
};
let disqus_shortname = '<%= theme.disqus.shortname %>';
(function () { // DON'T EDIT BELOW THIS LINE
let d = document, s = d.createElement('script');
// 如:s.src = 'https://blinkfox.disqus.com/embed.js';
s.src = '//' + disqus_shortname + '.disqus.com/embed.js';
s.setAttribute('data-timestamp', new Date());
(d.head || d.body).appendChild(s);
})();
</script>