diff options
author | Sam Whited <sam@samwhited.com> | 2013-06-25 18:29:28 -0400 |
---|---|---|
committer | Sam Whited <sam@samwhited.com> | 2013-06-25 18:29:28 -0400 |
commit | 27dcfa1a510cece7ede8ad26fd0cfa475552b7ea (patch) | |
tree | 078b239695582c5b9e2b5c9b8d0c78ba59fb0e4d /.themes/classic | |
parent | bc674751486a2a5d423e6c6a0aa8778da3c73231 (diff) | |
download | my_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.html | 2 |
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> |