diff options
author | Tobias Schmidl <tobias@schmidl.cc> | 2016-01-10 20:45:47 +0100 |
---|---|---|
committer | Tobias Schmidl <T.Schmidl@erhardt-leimer.com> | 2016-01-11 12:27:56 +0100 |
commit | 6b60cda6325e00b03a50c6d24115d6ba2bef6370 (patch) | |
tree | f325487c439657536cbd978ecea8feb09ad129e6 /cebong/templates/twitter.html | |
parent | 7708409dff79400c9f20c5b6fa613852fb437021 (diff) | |
download | pelican-themes-6b60cda6325e00b03a50c6d24115d6ba2bef6370.tar.gz |
Changed a lot of URLs towards HTTPS
We don't want to have mixed mode on the site, therefore it's useful to use HTTPS wherever possible.
It's no problem to load HTTPS content on a plain HTTP enabled site, but it is a problem the other way round.
Diffstat (limited to 'cebong/templates/twitter.html')
-rw-r--r-- | cebong/templates/twitter.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cebong/templates/twitter.html b/cebong/templates/twitter.html index c6b159f..bf78c32 100644 --- a/cebong/templates/twitter.html +++ b/cebong/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 %} |