diff --git a/_includes/comments.html b/_includes/comments.html
index 7f69eb2..3fdd617 100644
--- a/_includes/comments.html
+++ b/_includes/comments.html
@@ -6,9 +6,9 @@
/* * * 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 = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
-blog comments powered by
\ No newline at end of file
+blog comments powered by
diff --git a/_includes/footer.html b/_includes/footer.html
index 2670a84..6cf7b54 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,13 +1,13 @@