diff options
Diffstat (limited to 'bootlex/templates/article.html')
-rw-r--r-- | bootlex/templates/article.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootlex/templates/article.html b/bootlex/templates/article.html index 7c64418..313ed7b 100644 --- a/bootlex/templates/article.html +++ b/bootlex/templates/article.html @@ -18,7 +18,7 @@ /* * * DON'T EDIT BELOW THIS LINE * * */ (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js'; + dsq.src = 'https://' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); </script> |