Mercurial > public > sg101
changeset 357:8e3f252e4fbb
Fixing #155; adding some links to the mp3 comps in the base template.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Fri, 04 Mar 2011 02:41:49 +0000 |
parents | f54bf3b3bece |
children | 768e3568addf |
files | gpp/templates/base.html gpp/templates/core/mp3comp_block.html |
diffstat | 2 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/gpp/templates/base.html Fri Mar 04 02:10:37 2011 +0000 +++ b/gpp/templates/base.html Fri Mar 04 02:41:49 2011 +0000 @@ -79,6 +79,7 @@ {% cache 60 irc_block %} {% irc_status %} {% endcache %} + {% include 'core/mp3comp_block.html' %} </div> <div id="content-primary" class="span-19 last">
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gpp/templates/core/mp3comp_block.html Fri Mar 04 02:41:49 2011 +0000 @@ -0,0 +1,10 @@ +{% extends 'side_block.html' %} +{% block block_title %}SG101 MP3 Comps{% endblock %} +{% block block_content %} +<a target="_blank" href="http://www.archive.org/details/SG101-2005_Mp3_Comp">2005</a> +<a target="_blank" href="http://www.archive.org/details/SG101_2006_MP3_Compilation">2006</a> +<a target="_blank" href="http://www.archive.org/details/SG1012007MP3">2007</a> +<a target="_blank" href="http://www.archive.org/details/SurfGuitar101.com_2008_MP3_Compilation">2008</a> +<a target="_blank" href="http://www.archive.org/details/Surfguitar101.com2009Mp3Compilation">2009</a> +<a target="_blank" href="http://www.archive.org/details/Surfguitar101.com2010Mp3Compilation">2010</a> +{% endblock %}