diff options
Diffstat (limited to 'ui/html/base.tmpl.html')
-rw-r--r-- | ui/html/base.tmpl.html | 5 |
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> |