This commit is contained in:
2022-04-25 13:40:12 +08:00
commit 41f187e460
349 changed files with 60741 additions and 0 deletions
+24
View File
@@ -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>