diff gpp/templates/forums/topic.html @ 556:70722b7d10af

For bitbucket issue #1, add open graph meta tags to forum topics.
author Brian Neal <bgneal@gmail.com>
date Sun, 29 Jan 2012 14:42:42 -0600
parents 2cb0cc334c50
children
line wrap: on
line diff
--- a/gpp/templates/forums/topic.html	Thu Jan 26 20:24:15 2012 -0600
+++ b/gpp/templates/forums/topic.html	Sun Jan 29 14:42:42 2012 -0600
@@ -1,7 +1,11 @@
 {% extends 'base.html' %}
 {% load url from future %}
 {% load forum_tags %}
+{% load core_tags %}
 {% block title %}Forums: {{ topic.name }}{% endblock %}
+{% block custom_meta %}
+   {% open_graph_meta_tags topic %}
+{% endblock %}
 {% block custom_js %}
    {{ form.media }}
    {% include "forums/jump_box.js" %}