From 1ebf67177ae17346e0993317d0086daf05fd45b3 Mon Sep 17 00:00:00 2001 From: Rico Hoppe Date: Thu, 4 Apr 2024 16:50:31 +0000 Subject: [PATCH] auth/join: add ogp metadata Signed-off-by: Rico Hoppe --- src/templates/auth/join.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/templates/auth/join.html b/src/templates/auth/join.html index 4a6dc1e1..e3ef1ff1 100644 --- a/src/templates/auth/join.html +++ b/src/templates/auth/join.html @@ -2,6 +2,26 @@ {% block title %}{{ _("Join Our Community") }}{% end block %} +{% block head %} + + + + + + + + + + + + + + + + + +{% end block %} + {% block content %}
-- 2.47.3