Mercurial > public > sg101
changeset 994:504ec8af166d
Use https for Twitter badge image.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 03 Nov 2015 19:22:13 -0600 |
parents | 19b5a6ae3bca |
children | 902a68924587 |
files | sg101/templates/core/social_block.html |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/sg101/templates/core/social_block.html Sun Nov 01 16:43:53 2015 -0600 +++ b/sg101/templates/core/social_block.html Tue Nov 03 19:22:13 2015 -0600 @@ -2,6 +2,6 @@ {% block block_title %}SG101 on the Web{% endblock %} {% block block_content %} <p class="centeredImage"> -<a href="http://www.twitter.com/SurfGuitar101"><img src="http://twitter-badges.s3.amazonaws.com/twitter-a.png" alt="Follow SurfGuitar101 on Twitter"/></a> +<a href="https://www.twitter.com/SurfGuitar101"><img src="https://twitter-badges.s3.amazonaws.com/twitter-a.png" alt="Follow SurfGuitar101 on Twitter"/></a> </p> {% endblock %}