aboutsummaryrefslogtreecommitdiff
path: root/site.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'site.tmpl')
-rw-r--r--site.tmpl6
1 files changed, 6 insertions, 0 deletions
diff --git a/site.tmpl b/site.tmpl
index 3d7a1a6..47ba627 100644
--- a/site.tmpl
+++ b/site.tmpl
@@ -19,6 +19,12 @@
19 <meta name="author" content="{{ html .Site.Other.Author }}"> 19 <meta name="author" content="{{ html .Site.Other.Author }}">
20 <meta name="description" content="{{ if .Other.Description }}{{ .Other.Description }}{{ else }}{{ html .Site.Other.Description }}{{ end }}"> 20 <meta name="description" content="{{ if .Other.Description }}{{ .Other.Description }}{{ else }}{{ html .Site.Other.Description }}{{ end }}">
21 21
22 <meta property="og:title" content="{{ if .Title }}{{ .Title }} - {{ end }}{{ .Site.Other.Title }}">
23 <meta property="og:description" content="{{ if .Other.Description }}{{ .Other.Description }}{{ else }}{{ html .Site.Other.Description }}{{ end }}">
24 <meta property="og:url" content="{{ .Site.Other.Url }}/{{ .Url }}">
25
26 <meta name="twitter:card" content="summary">
27 <meta name="twitter:site" content="{{ html .Site.Other.Twitter_handle }}">
22 </head> 28 </head>
23 <body> 29 <body>
24 <main> 30 <main>