diff options
author | Balbir Singh <balbir97@gmail.com> | 2018-08-27 11:01:04 -0700 |
---|---|---|
committer | Balbir Singh <balbir97@gmail.com> | 2018-08-27 11:01:04 -0700 |
commit | dd2fbd4617a31aeba5a3d17c719ccb9bea942f4c (patch) | |
tree | 8384a6c80b0ed1d5b7af16d302e532c3b8aa305f /notmyidea-cms/templates | |
parent | a3e097c775c385ed6bb1bb70ab7d7ed24dc962b3 (diff) | |
download | pelican-themes-dd2fbd4617a31aeba5a3d17c719ccb9bea942f4c.tar.gz |
changed http to https so that sharing over twitter works
Diffstat (limited to 'notmyidea-cms/templates')
-rw-r--r-- | notmyidea-cms/templates/twitter.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/notmyidea-cms/templates/twitter.html b/notmyidea-cms/templates/twitter.html index c6b159f..bf78c32 100644 --- a/notmyidea-cms/templates/twitter.html +++ b/notmyidea-cms/templates/twitter.html @@ -1,3 +1,3 @@ {% if TWITTER_USERNAME %} -<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="{{TWITTER_USERNAME}}">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script> -{% endif %}
\ No newline at end of file +<a href="https://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="{{TWITTER_USERNAME}}">Tweet</a><script type="text/javascript" src="https://platform.twitter.com/widgets.js"></script> +{% endif %} |