new
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user