We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4b49e9 + e654501 commit 185f34dCopy full SHA for 185f34d
layout/_third-party/comments/gitment.swig
@@ -23,7 +23,7 @@
23
<script type="text/javascript">
24
function renderGitment(){
25
var gitment = new {{CommentsClass}}({
26
- id: document.location.href,
+ id: window.location.pathname,
27
owner: '{{ theme.gitment.github_user }}',
28
repo: '{{ theme.gitment.github_repo }}',
29
{% if theme.gitment.mint %}
0 commit comments