diff 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
line wrap: on
line diff
--- a/bns_website/templates/base.html	Sun Oct 30 14:51:12 2011 -0500
+++ b/bns_website/templates/base.html	Sun Oct 30 16:00:12 2011 -0500
@@ -1,5 +1,8 @@
 <!DOCTYPE html>
-<html lang="en">
+<html lang="en"
+      xmlns="http://www.w3.org/1999/xhtml"
+      xmlns:og="http://ogp.me/ns#"
+      xmlns:fb="https://www.facebook.com/2008/fbml">
 <head>
 <title>Brave New Surf | {% block title %}{% endblock %}</title>
 <meta charset="utf-8" />