Skip to content

Commit

Permalink
fix login error
Browse files Browse the repository at this point in the history
can't login, try to fix github comment login error

Signed-off-by: Wei Zhang <fangcun.zw@antfin.com>
  • Loading branch information
Wei Zhang committed May 12, 2020
1 parent 87f6fad commit 6efdc02
Show file tree
Hide file tree
Showing 3 changed files with 4,899 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/comments.html
@@ -1,6 +1,6 @@
<div id="container"></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="./default.css">
<script src="./gitment.browser.js"></script>
<script>
var gitment = new Gitment({
id: '{{ page.title }}',
Expand Down

0 comments on commit 6efdc02

Please sign in to comment.