about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.times2
-rw-r--r--templates/base.html10
2 files changed, 11 insertions, 1 deletions
diff --git a/.times b/.times
index c288f38..3e6039f 100644
--- a/.times
+++ b/.times
@@ -1,6 +1,6 @@
 ,1710325922,1710325922,1711506795
 .times-ignore,1708577778,1708577778,1711506775
-.times,1710326012,1714739064,1714739003
+.times,1710326012,1714739081,1714739064
 readme.md,1708577778,1708577778,1711506775
 .gitignore,1710325679,1713027560,1713080512
 updateTimes.sh,1708577778,1708577778,1714738967
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>