comparison gpp/templates/base.html @ 402:9175392da056

Fixing #198; add a media player to the podcast pages.
author Brian Neal <bgneal@gmail.com>
date Sun, 27 Mar 2011 01:51:18 +0000
parents b76af55aafe4
children e06e866af4f1
comparison
equal deleted inserted replaced
401:463649d7698b 402:9175392da056
13 <head><title>SurfGuitar101.com | {% block title %}{% endblock %}</title> 13 <head><title>SurfGuitar101.com | {% block title %}{% endblock %}</title>
14 <meta http-equiv="Content-Type" content="text/html" /> 14 <meta http-equiv="Content-Type" content="text/html" />
15 <meta http-equiv="Content-Language" content="en-US" /> 15 <meta http-equiv="Content-Language" content="en-US" />
16 <meta name="robots" content="all" /> 16 <meta name="robots" content="all" />
17 <meta name="Author" content="Brian Neal" /> 17 <meta name="Author" content="Brian Neal" />
18 <meta name="copyright" content="&copy; 2009 Brian Neal" /> 18 <meta name="copyright" content="&copy; 2006 - 2011 Brian Neal" />
19 <link rel="stylesheet" href="{{ STATIC_URL }}css/blueprint/screen.css" type="text/css" media="screen, projection" /> 19 <link rel="stylesheet" href="{{ STATIC_URL }}css/blueprint/screen.css" type="text/css" media="screen, projection" />
20 <link rel="stylesheet" href="{{ STATIC_URL }}css/blueprint/print.css" type="text/css" media="print" /> 20 <link rel="stylesheet" href="{{ STATIC_URL }}css/blueprint/print.css" type="text/css" media="print" />
21 <!--[if lt IE 8]> 21 <!--[if lt IE 8]>
22 <link rel="stylesheet" href="{{ STATIC_URL }}css/blueprint/ie.css" type="text/css" media="screen, projection" /> 22 <link rel="stylesheet" href="{{ STATIC_URL }}css/blueprint/ie.css" type="text/css" media="screen, projection" />
23 <![endif]--> 23 <![endif]-->