annotate gpp/templates/core/social_block.html @ 492:3c48a555298d

Added a custom tag to display a link to a profile. Refactored the avatar tag to optionally display a profile link around the image. Removed the width and height attributes from the avatar image tag. I think this was causing disk hits whenever those properties were not cached. The avatar tag is now an inclusion tag.
author Brian Neal <bgneal@gmail.com>
date Sat, 22 Oct 2011 00:07:50 +0000
parents a1e3724f0799
children
rev   line source
bgneal@341 1 {% extends 'side_block.html' %}
bgneal@341 2 {% block block_title %}SG101 on the Web{% endblock %}
bgneal@341 3 {% block block_content %}
bgneal@341 4 <p class="centeredImage">
bgneal@341 5 <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 />
bgneal@355 6 <a href="http://www.youtube.com/user/surfguitar101?feature=creators_cornier-http%3A//s.ytimg.com/yt/img/creators_corner/YouTube/40x40_yt_white.png"><img src="http://s.ytimg.com/yt/img/creators_corner/YouTube/40x40_yt_white.png" alt="Subscribe to me on YouTube"/></a>
bgneal@341 7 </p>
bgneal@341 8 {% endblock %}