From c072c7ce51b5fcfc65dab11940e063ebf3be9fc8 Mon Sep 17 00:00:00 2001 From: xenofem Date: Sun, 17 Dec 2023 14:14:22 -0500 Subject: [PATCH] use both name and property attributes for opengraph metadata tags, so more places will render the preview card properly --- templates/base.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/base.html b/templates/base.html index 6c85945..ce1404b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -9,12 +9,12 @@ {% block title %}transbeam{% endblock %} - - - - - - + + + + + + {% block head %}{% endblock %}