From 3c867a09092058c1e73c30d140f203c645368948 Mon Sep 17 00:00:00 2001 From: Heitor Pascoal de Bittencourt Date: Tue, 19 Nov 2024 11:15:16 -0300 Subject: [PATCH] macros/head: add OpenGraph site_name tag The tag `og:site_name` is an optional OpenGraph[0] tag for the website name. The tag `og:title` is for the page name. This improves displaying the page in embedded "cards". - [0] https://ogp.me/ --- templates/macros/head.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/macros/head.html b/templates/macros/head.html index d882e0c..7f28b90 100644 --- a/templates/macros/head.html +++ b/templates/macros/head.html @@ -78,8 +78,9 @@ {%- endif -%}{# #} - + + {% if og_image %}