From 2007f3a095a258c5c6af6cbb620deef24bbbe1da Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sat, 15 Jul 2023 19:11:41 +0100 Subject: [PATCH] Add og:image to profile pages --- app/templates/users/profile.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/templates/users/profile.html b/app/templates/users/profile.html index c79f03e8..4524bb6d 100644 --- a/app/templates/users/profile.html +++ b/app/templates/users/profile.html @@ -4,6 +4,10 @@ {{ user.username }} {% endblock %} +{% block headextra %} + +{% endblock %} + {% block content %}