From 52d5a90a2fed74e8cd8040df8898102676502966 Mon Sep 17 00:00:00 2001 From: Mike Chelen Date: Thu, 4 Sep 2014 05:47:26 -0400 Subject: [PATCH] use protocol relative urls for active content --- _includes/comments.html | 4 ++-- _includes/footer.html | 8 ++++---- _includes/head.html | 6 +++--- _layouts/default.html | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) 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 Disqus \ No newline at end of file +blog comments powered by Disqus 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 @@