comparison mysite/templates/band/base.html @ 10:10a8afa02eb2

Updated copyright and added link to Facebook on base template.
author Brian Neal <bgneal@gmail.com>
date Tue, 27 Apr 2010 23:14:03 +0000
parents 3e22a6fde2d2
children 89978c135246
comparison
equal deleted inserted replaced
9:dac690ab98b2 10:10a8afa02eb2
5 <head><title>{% block title %}{% endblock %}</title> 5 <head><title>{% block title %}{% endblock %}</title>
6 <meta http-equiv="Content-Type" content="text/html" /> 6 <meta http-equiv="Content-Type" content="text/html" />
7 <meta http-equiv="Content-Language" content="en-US" /> 7 <meta http-equiv="Content-Language" content="en-US" />
8 <meta name="robots" content="all" /> 8 <meta name="robots" content="all" />
9 <meta name="Author" content="Brian Neal" /> 9 <meta name="Author" content="Brian Neal" />
10 <meta name="copyright" content="&copy; 2007-2008 Brian Neal" /> 10 <meta name="copyright" content="&copy; 2007-2010 Brian Neal" />
11 <meta name="keywords" lang="en-us" content="instrumental surf, surf, guitar, musician, instro, surf music, Dick Dale, Atlantics,Surf Coasters, Fender, Strat, Stratocaster, Destination Earth, Destination: Earth!,Space Cossacks, Troubadours, reverb" /> 11 <meta name="keywords" lang="en-us" content="instrumental surf, surf, guitar, musician, instro, surf music, Dick Dale, Atlantics, Surf Coasters, Fender, Strat, Stratocaster, Destination Earth, Destination: Earth!,Space Cossacks, Troubadours, reverb" />
12 <meta name="description" lang="en-us" content="Home page for the instrumental surf band The Madeira. The Madeira combine high energy performances reminiscent of The Atlantics and Dick Dale with exotic melodies and an unusually high level of musicianship. This page contains show dates, photos, videos, and news about the band." /> 12 <meta name="description" lang="en-us" content="Home page for the instrumental surf band The Madeira. The Madeira combine high energy performances reminiscent of The Atlantics and Dick Dale with exotic melodies and an unusually high level of musicianship. This page contains show dates, photos, videos, and news about the band." />
13 {% block custom_css %}{% endblock %} 13 {% block custom_css %}{% endblock %}
14 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/theme.css" /> 14 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/theme.css" />
15 {% block custom_js %}{% endblock %} 15 {% block custom_js %}{% endblock %}
16 <link rel="shortcut icon" type="image/vnd.microsoft.com" href="{{ MEDIA_URL }}images/favicon.ico" /> 16 <link rel="shortcut icon" type="image/vnd.microsoft.com" href="{{ MEDIA_URL }}images/favicon.ico" />
40 40
41 <div class="content"> 41 <div class="content">
42 {% block content %} 42 {% block content %}
43 {% endblock %} 43 {% endblock %}
44 <div id="footer"> 44 <div id="footer">
45 Website &copy; 2008 - 2009 by The Madeira <br /> 45 Website &copy; 2008 - 2010 by The Madeira <br />
46 Visit <a href="http://myspace.com/themadeira">The Madeira on Myspace</a> <br /> 46 Visit <a href="http://myspace.com/themadeira">The Madeira on Myspace</a><br />
47 and <a href="http://facebook.com/themadeira">The Madeira on Facebook</a><br />
47 </div> 48 </div>
48 </div> 49 </div>
49 50
50 </body> 51 </body>
51 </html> 52 </html>