summaryrefslogtreecommitdiffstats
path: root/templates/main.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/main.html')
-rw-r--r--templates/main.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/templates/main.html b/templates/main.html
index db272a6..88b935e 100644
--- a/templates/main.html
+++ b/templates/main.html
@@ -1,4 +1,4 @@
-<html lang="en">
+<html lang="en" prefix="og: https://ogp.me/ns#">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -6,6 +6,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Thomas Letan">
<meta name="twitter:creator" content="@_lthms_" />
+ <meta name="twitter:site" content="@_lthms_" />
+ <meta property="og:image" content="https://soap.coffee/~lthms/img/thinking.png" />
+ <meta property="og:type" content="article" />
+ <meta property="og:locale" content="en_US">
+ <meta property="og:site_name" content="Thomas Letan’s website">
+ <meta property="twitter:domain" content="soap.coffee/~lthms">
+ <meta property="twitter:image" content="https://soap.coffee/~lthms/img/thinking.png" />
+ <meta name="twitter:card" content="summary">
<link href="https://soap.coffee/+vendor/katex/0.16.4/katex.min.css" rel="stylesheet" media="none" onload="if(media!='all')media='all'">
<link href="/styles/highlight.css" rel="stylesheet">
<link rel="icon" type="image/png" href="/img/thinking.png" />