diff --git a/tildes/tildes/templates/topic.jinja2 b/tildes/tildes/templates/topic.jinja2 index f725421..bdf338b 100644 --- a/tildes/tildes/templates/topic.jinja2 +++ b/tildes/tildes/templates/topic.jinja2 @@ -12,6 +12,11 @@ {% block title %}{{ topic.title }} - ~{{ topic.group.path }}{% endblock %} +{% block meta_og_tags %} + + +{% endblock %} + {% block templates %} {% if request.user %} {{ comment_reply_template() }}