You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
934 B

3 years ago
<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>