From 1d1465341a3b99aa2c616d185d6f1f7437887ced Mon Sep 17 00:00:00 2001 From: Deimos Date: Fri, 14 Jun 2019 20:00:14 -0600 Subject: [PATCH] Update Open Graph description for comments pages Previously the description (used for embeds / link previews) was always "Tildes - a non-profit community site", so this will display how many comments are in a discussion when people are linking to one. --- tildes/tildes/templates/topic.jinja2 | 5 +++++ 1 file changed, 5 insertions(+) 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() }}