about summary refs log tree commit diff
path: root/templates/base.html
diff options
context:
space:
mode:
authorgennyble <gen@nyble.dev>2024-05-03 07:24:41 -0500
committergennyble <gen@nyble.dev>2024-05-03 07:24:41 -0500
commit523d74d30c5a511963d801739816824ca2fa9dfb (patch)
tree5373b66172a182f20f54ff5b40bdaf57b901610b /templates/base.html
parentf3f2b9a856baf306c5d89c63ae12a2196dbc7d0a (diff)
download∞-523d74d30c5a511963d801739816824ca2fa9dfb.tar.gz
∞-523d74d30c5a511963d801739816824ca2fa9dfb.zip
opengraph template
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index 30c7a45..9861d15 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -5,6 +5,16 @@
 	<meta name="viewport" content="width=device-width, initial-scale=1.0" />
 	<meta charset="utf-8" />
 
+	{%if-set og_description}
+	<!-- og. required tags. is an image requried? i do not have one.-->
+	<meta property="og:title" content="{og_title}" />
+	<meta property="og:type" content="website" />
+	<meta property="og:url" content="{og_url}" />
+
+	<!-- og. not required but helps make better cards, etc. -->
+	<meta property="og:description" content="{og_description}" />
+	{%end}
+
 	<link rel="icon" type="image/gif" href="/faces/triblur/triblur_94.gif" />
 
 	<title>{title}</title>