diff --git a/layouts/partials/comments/provider/gitalk.html b/layouts/partials/comments/provider/gitalk.html index b7d3850..44c019f 100644 --- a/layouts/partials/comments/provider/gitalk.html +++ b/layouts/partials/comments/provider/gitalk.html @@ -12,7 +12,7 @@ owner: '{{- .owner -}}', admin: ['{{- .admin -}}'], distractionFreeMode: false, // Facebook-like distraction free mode - id: md5(location.pathname) // Max Location.pathname Legth:75 + id: md5(location.pathname) // Max Location.pathname Legth:75 https://github.com/gitalk/gitalk/issues/102 }); (function() { if (["localhost", "127.0.0.1"].indexOf(window.location.hostname) != -1) {