Skip to content

Commit

Permalink
Fixed gitment errror: Validation Failed
Browse files Browse the repository at this point in the history
  • Loading branch information
BearD01001 committed Mar 10, 2018
1 parent 7e65d8a commit aa9f1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/_scripts/third-party/comments/gitment.swig
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<script src='https://imsun.github.io/gitment/dist/gitment.browser.js'></script>
<script type='text/javascript'>
(function() {
var id = window.location.pathname.replace(/(\/$)/g, '');
var id = '<%= page.date %>';
var owner = '{{theme.gitment.owner}}';
var repo = '{{theme.gitment.repo}}';
var clientId = '{{theme.gitment.client_id}}';
Expand Down

0 comments on commit aa9f1e0

Please sign in to comment.