diff --git a/js/ditto.js b/js/ditto.js index 0bb3368..f652fd1 100644 --- a/js/ditto.js +++ b/js/ditto.js @@ -196,7 +196,7 @@ function router() { } window.disqus_identifier=location.hash; - window.disqus_url='http://'+location.host+'?'+location.hash.replace("#", ""); + window.disqus_url='http://'+location.host+'/'+location.hash.replace("#", ""); // otherwise get the markdown and render it var loading = show_loading();