We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05b9a9a commit 53a4468Copy full SHA for 53a4468
2 files changed
layout/partial/comment.jade
@@ -16,7 +16,7 @@ if theme.disqus
16
if theme.gitment
17
#render
18
link(rel="stylesheet", href=url_for("https://imsun.github.io/gitment/style/default.css"))
19
- script(src='https://imsun.github.io/gitment/dist/gitment.browser.js')
+ script(src='/js/gitment.browser.min.js')
20
script.
21
var gitment = new Gitment({
22
//id: '页面 ID', // 可选。
0 commit comments