chore: remove comment.
This commit is contained in:
parent
69edd33141
commit
5e0e081fc7
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@
|
|||
owner: '{{ .Site.Params.Gitalk.owner }}',
|
||||
admin: ['{{ .Site.Params.Gitalk.owner }}'],
|
||||
id: md5(location.pathname),
|
||||
distractionFreeMode: Boolean('{{ .Site.Params.Gitalk.distractionFreeMode }}'), // Facebook-like distraction free mode\
|
||||
distractionFreeMode: Boolean('{{ .Site.Params.Gitalk.distractionFreeMode }}'),
|
||||
language: '{{ .Site.Params.Gitalk.language }}'
|
||||
});
|
||||
(function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue