comparison bns_website/templates/base.html @ 15:6b664ec90f2f

Merged Brian's changes with mine.
author Bob Mourlam <bob.mourlam@gmail.com>
date Sun, 30 Oct 2011 21:37:52 -0500
parents 55e1d68da925
children a4e0b03e5c00
comparison
equal deleted inserted replaced
14:2de51cc51d3a 15:6b664ec90f2f
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html lang="en"> 2 <html lang="en"
3 xmlns="http://www.w3.org/1999/xhtml"
4 xmlns:og="http://ogp.me/ns#"
5 xmlns:fb="https://www.facebook.com/2008/fbml">
3 <head> 6 <head>
4 <title>Brave New Surf | {% block title %}{% endblock %}</title> 7 <title>Brave New Surf | {% block title %}{% endblock %}</title>
5 <meta charset="utf-8" /> 8 <meta charset="utf-8" />
6 {% block custom_meta %}{% endblock %} 9 {% block custom_meta %}{% endblock %}
7 <link rel="shortcut icon" href="{{ STATIC_URL }}images/favicon.ico"> 10 <link rel="shortcut icon" href="{{ STATIC_URL }}images/favicon.ico">