Skip to content

Commit 28846dd

Browse files
committed
change gitalk body
1 parent 4a6fb7a commit 28846dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/themes/book/layouts/partials/docs/gitalk.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
owner: '{{ .Site.Params.Gitalk.owner }}',
1111
admin: ['{{ .Site.Params.Gitalk.owner }}'],
1212
id: location.pathname, // Ensure uniqueness and length less than 50
13-
distractionFreeMode: false // Facebook-like distraction free mode
13+
distractionFreeMode: false, // Facebook-like distraction free mode
14+
body: location.href // GitHub issue body.
1415
});
1516
(function() {
1617
if (["localhost", "127.0.0.1"].indexOf(window.location.hostname) != -1) {

0 commit comments

Comments
 (0)