aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Johnson <[email protected]>2025-05-05 14:39:24 -0400
committerSamuel Johnson <[email protected]>2025-05-05 14:39:24 -0400
commitb8d5212b9aa2efb997a74b193a0a0b05dd578bfa (patch)
tree820753ffac32bfd43d189591b4674403037ac1c4
parent05c67a106690dcb1aece5fb298039b906556b354 (diff)
Add meta information for embeds
-rw-r--r--ui/html/base.tmpl.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/html/base.tmpl.html b/ui/html/base.tmpl.html
index 0bcf405..bf60810 100644
--- a/ui/html/base.tmpl.html
+++ b/ui/html/base.tmpl.html
@@ -3,6 +3,11 @@
<html lang="en">
<head>
<meta charset="UTF-8">
+ <meta property="og:site_name" content="paterissa" />
+ <meta property="og:type" content="object" />
+ <meta property="og:title" content="Paterissa - thehinterlander's blog" />
+ <meta property="og:url" content="https://paterissa.net" />
+ <meta property="og:description" content="thehinterlander's repository of musings" />
<title>{{template "title" .}} - Paterissa</title>
<link rel="stylesheet" href="/static/get?file=app.css">
</head>