Browse Source

replace disqus with isso

pull/6/head
Tim J. Kicker 1 year ago
parent
commit
5a13b7dc75
  1. 31
      themes/minima/layout/partial/comments.ejs

31
themes/minima/layout/partial/comments.ejs

@ -2,32 +2,11 @@
<hr> <hr>
<section id="comments" class="mt-2 mb-3"> <section id="comments" class="mt-2 mb-3">
<div id="disqus_thread">
<a href="#" class="button button-primary" onclick="loadDisqus();return false;">View / Make Comments</a>
</div>
<script data-isso="//comments.kicker.dev/"
src="//comments.kicker.dev/js/embed.min.js"></script>
<script>
var disqus_config = function() {
this.page.url = '<%= config.url + '/' + page.canonical_path %>';
this.page.identifier = '<%= page.id || page.canonical_path %>';
this.page.title = '<%= page.title %>';
};
var is_disqus_loaded = false;
function loadDisqus() {
if (!is_disqus_loaded) {
is_disqus_loaded = true;
var d = document,
s = d.createElement('script');
s.src = 'https://<%= theme.disqus_shortname %>.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
}
}
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<section id="isso-thread">
<noscript>Javascript needs to be activated to view comments.</noscript>
</section>
</section> </section>
<% } %> <% } %>
Loading…
Cancel
Save