mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 10:30:05 +08:00
Update wiki for gitment (#1907)
This commit is contained in:
parent
e2c08636d5
commit
61e7e28ea0
@ -111,7 +111,7 @@
|
||||
<script src="https://imsun.github.io/gitment/dist/gitment.browser.js"></script>
|
||||
<script>
|
||||
var gitment = new Gitment({
|
||||
id: '<%= page.title %>', // 可选。默认为 location.href
|
||||
id: {{ page.title }}, // 可选。默认为 location.href
|
||||
owner: 'wsdjeg',
|
||||
repo: 'SpaceVim-comments',
|
||||
oauth: {
|
||||
|
@ -40,6 +40,7 @@ The next release is v0.9.0.
|
||||
- Improve pull request template ([#1852](https://github.com/SpaceVim/SpaceVim/pull/1852))
|
||||
- Update layer page ([#1860](https://github.com/SpaceVim/SpaceVim/pull/1860))
|
||||
- Update javascript layer doc ([#1884](https://github.com/SpaceVim/SpaceVim/pull/1884))
|
||||
- Change disqua to gitment ([#1904](https://github.com/SpaceVim/SpaceVim/pull/1904), [#1905](https://github.com/SpaceVim/SpaceVim/pull/1905), [#1906](https://github.com/SpaceVim/SpaceVim/pull/1906))
|
||||
|
||||
### Others
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user