feat: solve #136
This commit is contained in:
parent
bdd10ed47b
commit
2a56ddfe2c
|
@ -1,7 +1,7 @@
|
|||
<% if(theme.comment.use === 'twikoo' && theme.comment.twikoo.env_id) { %>
|
||||
<div class="twikoo-container">
|
||||
<script <%= theme.pjax.enable === true ? 'data-pjax' : '' %>
|
||||
src="//cdn.jsdelivr.net/npm/twikoo@1.0.0/dist/twikoo.all.min.js"
|
||||
src="//cdn.jsdelivr.net/npm/twikoo@1.4.1/dist/twikoo.all.min.js"
|
||||
></script>
|
||||
<div id="twikoo-comment"></div>
|
||||
<script <%= theme.pjax.enable === true ? 'data-pjax' : '' %>>
|
||||
|
|
Loading…
Reference in New Issue