about summary refs log tree commit diff
path: root/templates/base.html
diff options
context:
space:
mode:
authorgennyble <gen@nyble.dev>2024-05-03 10:43:31 -0500
committergennyble <gen@nyble.dev>2024-05-03 10:43:31 -0500
commit4045dbc038010022d498b52dd87abb54ccb448c4 (patch)
tree3bad5c73e2de9cabab6c6cbfb95f67683b76a82b /templates/base.html
parent8c90078d24a0928a052a640d979f2fc9adc815e4 (diff)
download∞-main.tar.gz
∞-main.zip
embeds can have images. as a treat HEAD main
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index 9861d15..62d0bef 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -11,6 +11,13 @@
 	<meta property="og:type" content="website" />
 	<meta property="og:url" content="{og_url}" />
 
+	{%if-set og_image}
+	<meta property="og:image" content="{og_image}" />
+	<meta property="og:image:alt" content="{og_image_alt}" />
+	{%end}
+
+	<meta property="og:site_name" content="{og_site_name}" />
+
 	<!-- og. not required but helps make better cards, etc. -->
 	<meta property="og:description" content="{og_description}" />
 	{%end}