mirror of
https://gitlab.silvrtree.co.uk/martind2000/vulcan.git
synced 2025-02-05 12:40:14 +00:00
50 lines
2.1 KiB
Plaintext
50 lines
2.1 KiB
Plaintext
<div class="comment-section">
|
|
<% if (page.comments){ %>
|
|
<% if (theme.disqus_shortname){ %>
|
|
|
|
<div id="disqus_thread"></div>
|
|
<script>
|
|
/**
|
|
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
|
|
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables
|
|
*/
|
|
|
|
var disqus_config = function () {
|
|
this.page.url = '<%= page.permalink %>'; // Replace PAGE_URL with your page's canonical URL variable
|
|
this.page.identifier = '<%=page.source%>'; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
|
|
};
|
|
|
|
(function() { // DON'T EDIT BELOW THIS LINE
|
|
var d = document, s = d.createElement('script');
|
|
|
|
s.src = '//wayou.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" rel="nofollow">comments powered by Disqus.</a></noscript>
|
|
|
|
<% } else if(theme.duoshuo_shortname) { %>
|
|
|
|
<!-- 多说评论框 start -->
|
|
<div class="ds-thread" data-thread-key="<%=page.source%>" data-title="<%= page.title %>" data-url="<%= page.permalink %>"></div>
|
|
<!-- 多说评论框 end -->
|
|
<!-- 多说公共JS代码 start (一个网页只需插入一次) -->
|
|
<script type="text/javascript">
|
|
var duoshuoQuery = {short_name:"wayouliu"};
|
|
(function() {
|
|
var ds = document.createElement('script');
|
|
ds.type = 'text/javascript';ds.async = true;
|
|
ds.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//static.duoshuo.com/embed.js';
|
|
ds.charset = 'UTF-8';
|
|
(document.getElementsByTagName('head')[0]
|
|
|| document.getElementsByTagName('body')[0]).appendChild(ds);
|
|
})();
|
|
</script>
|
|
<!-- 多说公共JS代码 end -->
|
|
|
|
<% } %>
|
|
<% } %>
|
|
|
|
</div> |