hexo-theme-amane/layout/comment/isso.ejs

9 lines
248 B
Plaintext

<% if (typeof(script) !== 'undefined' && script) { %>
<script data-isso="//<%= theme.comment.isso %>"
src="//<%= theme.comment.isso %>/js/embed.min.js">
</script>
<% } else { %>
<section id="isso-thread"></section>
<% } %>