Mercurial > public > sg101
diff gpp/templates/base.html @ 490:f0f3966ea44f
For #233, switched to asynchronous loading of the social media sharing javascript. Also switched to Facebook's javascript SDK instead of using an iframe for the like/share button.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 20 Oct 2011 00:36:37 +0000 |
parents | bbbc357ac5f3 |
children | 3800f3bcf4a8 |
line wrap: on
line diff
--- a/gpp/templates/base.html Wed Oct 19 23:31:22 2011 +0000 +++ b/gpp/templates/base.html Thu Oct 20 00:36:37 2011 +0000 @@ -36,7 +36,7 @@ <script type="text/javascript" src="{{ STATIC_URL }}js/shoutbox.js"></script> <link rel="shortcut icon" type="image/vnd.microsoft.com" href="{{ STATIC_URL }}favicon.ico" /> </head> -<body> +<body>{% block begin_body %}{% endblock %} <div id="page" class="container"> <div id="header" class="span-24"> <p><a href="/" title="SG101 Home"><img src="{{ STATIC_URL }}themes/kds/sgLogo.png" alt="SurfGuitar101.com Logo" width="446" height="103" /></a></p> @@ -120,6 +120,6 @@ music alive.</p> </div> -</div> +</div>{% block end_body %}{% endblock %} </body> </html>