summaryrefslogtreecommitdiff
path: root/layouts/_default/baseof.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index d9b2212..f60954f 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -6,6 +6,10 @@
<title>{{ if not .IsHome }}{{ .Title | title }} - {{ end }}{{ .Site.Title }}</title>
<link rel="stylesheet" type="text/css" href="/style.css">
<link rel="icon" href="/favicon.ico">
+ <meta property="og:title" content="{{ if not .IsHome }}{{ .Title | title }} - {{ else }}{{ .Site.Title }}{{ end }}">
+ <meta property="og:url" content="{{ .RelPermalink }}">
+ <meta property="og:image" content="/avatar.png">
+ <meta property="og:site_name" content="{{ .Site.Title }}">
</head>
<body>
{{ partial "header.html" . }}