fix: correct gitment issue
This commit is contained in:
parent
08a4f433e7
commit
b0ff0b029e
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<div id="gitment_thread"></div>
|
||||
<link rel="stylesheet" href="https://imsun.github.io/gitment/style/default.css">
|
||||
<script src="https://imsun.github.io/gitment/dist/gitment.browser.js"></script>
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/theme-next/theme-next-gitment@1/default.css"/>
|
||||
<script src="https://cdn.jsdelivr.net/gh/theme-next/theme-next-gitment@1/gitment.browser.js"></script>
|
||||
<script>
|
||||
var gitment = new Gitment({
|
||||
id: '{{ page.id }}',
|
||||
|
|
Loading…
Reference in a new issue