fix
This commit is contained in:
parent
c8e83e34cf
commit
807060dc82
@ -6,9 +6,9 @@
|
|||||||
<script src="https://cdn.jsdelivr.net/npm/minivaline@2/dist/MiniValine.min.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/minivaline@2/dist/MiniValine.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
new MiniValine({
|
new MiniValine({
|
||||||
el: '#mvcomments',
|
el: '#mvcomments',
|
||||||
appId: '<%- theme.leancloud.app_id %>',
|
appId: '<%- theme.leancloud.app_id %>',
|
||||||
appKey: '<%- theme.leancloud.app_key %>',
|
appKey: '<%- theme.leancloud.app_key %>',
|
||||||
mode: '<%- theme.minivaline.mode %>',
|
mode: '<%- theme.minivaline.mode %>',
|
||||||
placeholder: '<%- theme.minivaline.placeholder %>',
|
placeholder: '<%- theme.minivaline.placeholder %>',
|
||||||
pathname: window.location.pathname,
|
pathname: window.location.pathname,
|
||||||
|
Loading…
Reference in New Issue
Block a user