Skip to content

Commit 217620b

Browse files
authored
Merge pull request #15 from merttasci/patch-1
protocol change for disqus.com/count.js
2 parents a31cf4e + cc84b51 commit 217620b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
(function () {
4646
var s = document.createElement('script'); s.async = true;
4747
s.type = 'text/javascript';
48-
s.src = 'http://' + disqus_shortname + '.disqus.com/count.js';
48+
s.src = 'https://' + disqus_shortname + '.disqus.com/count.js';
4949
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
5050
}());
5151
</script>
52-
</main>
52+
</main>

0 commit comments

Comments
 (0)