11 lines
356 B
Plaintext
11 lines
356 B
Plaintext
<% if (!has_config('comment.url')) { %>
|
|
<div class="notification is-danger">
|
|
You forgot to set the <code>url</code> for Isso. Please set it in <code>_config.yml</code>.
|
|
</div>
|
|
<% } else { %>
|
|
<div id="isso-thread"></div>
|
|
<script data-isso="//<%= get_config('comment.url') %>" src="//<%= get_config('comment.url') %>/js/embed.min.js">
|
|
</script>
|
|
<% } %>
|
|
|