Mercurial > public > bravenewsurf
comparison bns_website/templates/base.html @ 12:55e1d68da925
For issue #3, add social media sharing icons to the home page.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 30 Oct 2011 16:00:12 -0500 |
parents | 04991ccaf30c |
children | a4e0b03e5c00 |
comparison
equal
deleted
inserted
replaced
11:d5f3bb516fd3 | 12:55e1d68da925 |
---|---|
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"> |