aboutsummaryrefslogtreecommitdiffstats
path: root/cebong/templates/twitter.html
diff options
context:
space:
mode:
authorKyle Fuller <kyle@fuller.li>2016-01-11 11:31:26 +0000
committerKyle Fuller <kyle@fuller.li>2016-01-11 11:31:26 +0000
commit704b2ded906270399b20a5e49fd30fc843ec5f4c (patch)
treef325487c439657536cbd978ecea8feb09ad129e6 /cebong/templates/twitter.html
parent7708409dff79400c9f20c5b6fa613852fb437021 (diff)
parent6b60cda6325e00b03a50c6d24115d6ba2bef6370 (diff)
downloadpelican-themes-704b2ded906270399b20a5e49fd30fc843ec5f4c.tar.gz
Merge pull request #358 from schtobia/master
Changed a lot of URLs towards HTTPS
Diffstat (limited to 'cebong/templates/twitter.html')
-rw-r--r--cebong/templates/twitter.html4
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 %}