aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic
diff options
context:
space:
mode:
authorSam Whited <sam@samwhited.com>2013-06-25 18:29:28 -0400
committerSam Whited <sam@samwhited.com>2013-06-25 18:29:28 -0400
commit27dcfa1a510cece7ede8ad26fd0cfa475552b7ea (patch)
tree078b239695582c5b9e2b5c9b8d0c78ba59fb0e4d /.themes/classic
parentbc674751486a2a5d423e6c6a0aa8778da3c73231 (diff)
downloadmy_new_personal_website-27dcfa1a510cece7ede8ad26fd0cfa475552b7ea.tar.xz
my_new_personal_website-27dcfa1a510cece7ede8ad26fd0cfa475552b7ea.zip
Use protocol relative URL for Twitter
Diffstat (limited to '.themes/classic')
-rw-r--r--.themes/classic/source/_includes/twitter_sharing.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/.themes/classic/source/_includes/twitter_sharing.html b/.themes/classic/source/_includes/twitter_sharing.html
index 687e77de..7cd5fbc2 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);
})();
</script>