Mercurial > public > sg101
diff gpp/templates/home.html @ 549:c4696a0cbd3f
Altered the open graph meta tags tag to generate tags for the home page
when None is supplied as a parameter. Updated the home page template to use it.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 15 Jan 2012 13:27:37 -0600 |
parents | f0f3966ea44f |
children |
line wrap: on
line diff
--- a/gpp/templates/home.html Sat Jan 14 14:59:51 2012 -0600 +++ b/gpp/templates/home.html Sun Jan 15 13:27:37 2012 -0600 @@ -1,6 +1,7 @@ {% extends 'base.html' %} {% load url from future %} {% load bulletin_tags %} +{% load core_tags %} {% load news_tags %} {% load weblinks_tags %} {% load downloads_tags %} @@ -9,6 +10,7 @@ {% load script_tags %} {% load cache %} {% block title %}Home{% endblock %} +{% block custom_meta %}{% open_graph_meta_tags %}{% endblock %} {% block custom_head %} <link rel="alternate" type="application/rss+xml" title="SurfGuitar101 News" href="{% url 'feeds-news' %}" /> {% endblock %}