Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
qiubaiying committed Dec 18, 2017
1 parent b501ce3 commit 306604a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ <h2 class="subheading">{{ page.subtitle }}</h2>
repo: '{{site.gitalk.repo}}',
owner: '{{site.gitalk.owner}}',
admin: ['{{site.gitalk.admin}}'],
id: '',
id: 'post',
});
gitalk.render('gitalk-container');
</script>
Expand Down
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ <h5>Talks</h5>
repo: '{{site.gitalk.repo}}',
owner: '{{site.gitalk.owner}}',
admin: ['{{site.gitalk.admin}}'],
id: window.location.pathname,
id: 'about',
});
gitalk.render('gitalk-container');
</script>
Expand Down

0 comments on commit 306604a

Please sign in to comment.