mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 17:50:04 +08:00
Change comments id (#1906)
This commit is contained in:
parent
fa769727f8
commit
e2c08636d5
@ -111,7 +111,7 @@
|
|||||||
<script src="https://imsun.github.io/gitment/dist/gitment.browser.js"></script>
|
<script src="https://imsun.github.io/gitment/dist/gitment.browser.js"></script>
|
||||||
<script>
|
<script>
|
||||||
var gitment = new Gitment({
|
var gitment = new Gitment({
|
||||||
id: location.href, // 可选。默认为 location.href
|
id: '<%= page.title %>', // 可选。默认为 location.href
|
||||||
owner: 'wsdjeg',
|
owner: 'wsdjeg',
|
||||||
repo: 'SpaceVim-comments',
|
repo: 'SpaceVim-comments',
|
||||||
oauth: {
|
oauth: {
|
||||||
|
Loading…
Reference in New Issue
Block a user