changeset 477:737a0c261a77

Add a link to John Blair's 50 years of surf music article on the banner.
author Brian Neal <bgneal@gmail.com>
date Fri, 09 Sep 2011 22:16:40 +0000
parents ff42b13c5973
children d280b27fed17
files gpp/templates/base.html
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gpp/templates/base.html	Tue Sep 06 22:46:13 2011 +0000
+++ b/gpp/templates/base.html	Fri Sep 09 22:16:40 2011 +0000
@@ -92,7 +92,10 @@
 </div>
 
 <div id="content-primary" class="span-19 last">
-   <div><img src="{{ STATIC_URL }}images/50YrsSG101Banner.jpg" alt="50 Years of Surf Music" /></div>
+   <div>
+      <a href="/news/story/675/">
+      <img src="{{ STATIC_URL }}images/50YrsSG101Banner.jpg" alt="50 Years of Surf Music" /></a>
+   </div>
    {% block content %}
    {% endblock %}
 </div>