Updating theme - version 4.0.0 - fonts, conditional comments, prev & next posts,...
[ghost-theme-willow.git] / partials / comments.hbs
1 <div class="c-disqus-comments">
2 <div id="disqus_thread">
3 <a class="c-disqus-comments__button" onclick="WillowGhostTheme.loadDisqusComments();">
4 Load Comments
5 </a>
6 </div>
7 <script>
8 var WillowGhostTheme = {
9 loadDisqusComments: function () {
10 {{! Replace Code From Here }}
11
12 var d = document, s = d.createElement('script');
13 s.src = '//yourssite.disqus.com/embed.js';
14 s.setAttribute('data-timestamp', +new Date());
15 (d.head || d.body).appendChild(s);
16
17 {{! Replace Code Until Here }}
18 }
19 };
20 </script>
21 </div>