diff bns_website/templates/home.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 71f2beb03789
line wrap: on
line diff
--- a/bns_website/templates/home.html	Sun Oct 30 21:33:45 2011 -0500
+++ b/bns_website/templates/home.html	Sun Oct 30 21:37:52 2011 -0500
@@ -2,6 +2,16 @@
 {% load url from future %}
 {% load core_tags %}
 {% block title %}Home{% endblock %}
+{% block custom_meta %}
+<meta property="og:title" content="Brave New Surf" />
+<meta property="og:type" content="album" />
+<meta property="og:url" content="http://bravenewsurf.com/" />
+<meta property="og:image" content="http://bravenewsurf.com{{ STATIC_URL }}images/bns_cover.jpg" />
+<meta property="og:site_name" content="Brave New Surf" />
+<meta property="og:description"
+   content="The home page for the surf music compilation album Brave New Surf. Visit for news, reviews, and song samples." />
+<meta property="fb:admins" content="100001558124013" />
+{% endblock %}
 {% block custom_css %}
 <link rel="stylesheet" href="{{ STATIC_URL }}js/fancybox/jquery.fancybox-1.3.4.css" type="text/css" media="screen" />
 {% endblock %}
@@ -14,6 +24,7 @@
 	});
 </script>
 {% endblock %}
+{% block begin_body %}{% include 'core/social_sharing_begin.html' %}{% endblock %}
 {% block content %}
 {% navbar 'home' %}
 
@@ -69,6 +80,7 @@
       Surf music has never been so vibrant, so diverse, so charged with energy and excitement. It’s time for the new surf classics. It’s time for BRAVE NEW SURF!
 </p>
    <p><a href="{% url 'buy' %}" class="btn primary">Buy Now &raquo;</a></p>
+   {% social_sharing 'Brave New Surf' 'http://bravenewsurf.com' %}
    </div>
    <div class="span7">
       <div class="alert-message block-message info">
@@ -124,3 +136,4 @@
 </div>
 </div>
 {% endblock %}
+{% block end_body %}{% include 'core/social_sharing_end.html' %}{% endblock %}