feat: solve #136

This commit is contained in:
郭桓桓 2022-03-27 10:04:53 +08:00 committed by GitHub
parent bdd10ed47b
commit 2a56ddfe2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<% if(theme.comment.use === 'twikoo' && theme.comment.twikoo.env_id) { %> <% if(theme.comment.use === 'twikoo' && theme.comment.twikoo.env_id) { %>
<div class="twikoo-container"> <div class="twikoo-container">
<script <%= theme.pjax.enable === true ? 'data-pjax' : '' %> <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> ></script>
<div id="twikoo-comment"></div> <div id="twikoo-comment"></div>
<script <%= theme.pjax.enable === true ? 'data-pjax' : '' %>> <script <%= theme.pjax.enable === true ? 'data-pjax' : '' %>>