From 8ecb9f1b3abc1ad7c19fb7a01f5371d30ae5f9be Mon Sep 17 00:00:00 2001 From: Deimos Date: Mon, 24 Jun 2019 13:22:26 -0600 Subject: [PATCH] Fix open graph title/description on home page Previously, this was showing a title of "Topics in ~" in embeds and such, due to using the same title/description as group topic listings, but without a group name. --- tildes/tildes/templates/home.jinja2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tildes/tildes/templates/home.jinja2 b/tildes/tildes/templates/home.jinja2 index cb17c8b..2419aca 100644 --- a/tildes/tildes/templates/home.jinja2 +++ b/tildes/tildes/templates/home.jinja2 @@ -7,6 +7,11 @@ {% block title_full %}Tildes{% endblock %} +{% block meta_og_tags %} + + +{% endblock %} + {% block header_context_link %}{% endblock %} {% block content %}