diff options
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 %} |