Skip to content

Commit

Permalink
Use protocol relative URL for Twitter
Browse files Browse the repository at this point in the history
  • Loading branch information
SamWhited committed Jun 25, 2013
1 parent bc67475 commit 27dcfa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .themes/classic/source/_includes/twitter_sharing.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
var twitterWidgets = document.createElement('script');
twitterWidgets.type = 'text/javascript';
twitterWidgets.async = true;
twitterWidgets.src = 'http://platform.twitter.com/widgets.js';
twitterWidgets.src = '//platform.twitter.com/widgets.js';
document.getElementsByTagName('head')[0].appendChild(twitterWidgets);
})();
</script>
Expand Down

0 comments on commit 27dcfa1

Please sign in to comment.