Mercurial > public > sg101
changeset 779:c740e097458f
Remove YouTube icon from social block.
This is because Google pretty much forced me to change the SG101
YouTube account to my personal account.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 04 May 2014 13:45:27 -0500 |
parents | 4ad2fe9ae192 |
children | feafa1c3d356 |
files | sg101/templates/core/social_block.html |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/sg101/templates/core/social_block.html Sun Apr 06 16:12:44 2014 -0500 +++ b/sg101/templates/core/social_block.html Sun May 04 13:45:27 2014 -0500 @@ -2,7 +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><br /> -<a href="http://www.youtube.com/user/surfguitar101"><img src="{{ STATIC_URL }}icons/youtube.png" alt="SG101 on YouTube"/></a> +<a href="http://www.twitter.com/SurfGuitar101"><img src="http://twitter-badges.s3.amazonaws.com/twitter-a.png" alt="Follow SurfGuitar101 on Twitter"/></a> </p> {% endblock %}