about summary refs log tree commit diff
path: root/templates/base.html
diff options
context:
space:
mode:
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}