We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a6fb7a commit 28846ddCopy full SHA for 28846dd
website/themes/book/layouts/partials/docs/gitalk.html
@@ -10,7 +10,8 @@
10
owner: '{{ .Site.Params.Gitalk.owner }}',
11
admin: ['{{ .Site.Params.Gitalk.owner }}'],
12
id: location.pathname, // Ensure uniqueness and length less than 50
13
- distractionFreeMode: false // Facebook-like distraction free mode
+ distractionFreeMode: false, // Facebook-like distraction free mode
14
+ body: location.href // GitHub issue body.
15
});
16
(function() {
17
if (["localhost", "127.0.0.1"].indexOf(window.location.hostname) != -1) {
0 commit comments