From 27dcfa1a510cece7ede8ad26fd0cfa475552b7ea Mon Sep 17 00:00:00 2001 From: Sam Whited Date: Tue, 25 Jun 2013 18:29:28 -0400 Subject: [PATCH 1/2] Use protocol relative URL for Twitter --- .themes/classic/source/_includes/twitter_sharing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.themes/classic/source/_includes/twitter_sharing.html b/.themes/classic/source/_includes/twitter_sharing.html index 687e77d..7cd5fbc 100644 --- a/.themes/classic/source/_includes/twitter_sharing.html +++ b/.themes/classic/source/_includes/twitter_sharing.html @@ -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); })(); From 09789773eb0fc4691c6054d5f2b16d0f3b16776a Mon Sep 17 00:00:00 2001 From: Sam Whited Date: Tue, 25 Jun 2013 18:34:06 -0400 Subject: [PATCH 2/2] Fix second Twitter URL to be protocol relative --- .themes/classic/source/_includes/post/sharing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.themes/classic/source/_includes/post/sharing.html b/.themes/classic/source/_includes/post/sharing.html index e32500d..d639faa 100644 --- a/.themes/classic/source/_includes/post/sharing.html +++ b/.themes/classic/source/_includes/post/sharing.html @@ -1,6 +1,6 @@