summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/baseof.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index ad626b9..fa7552a 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -13,6 +13,7 @@
<link rel="icon" type="image/png" sizes="32x32" href="{{ $image.Permalink }}">
{{- $image := resources.Get "/icons/favicon-16x16.png" }}
<link rel="icon" type="image/png" sizes="16x16" href="{{ $image.Permalink }}">
+ <meta name="description" content="{{ .Page.Summary }}"/>
<meta property="og:title" content="{{ .Page.Title }}" />
<meta property="og:type" content="website" />
@@ -20,10 +21,12 @@
{{- $imageUrl := default "logo.png" .Params.image }}
{{- $image := resources.Get $imageUrl }}
<meta property="og:image" content="{{ $image.Permalink }}" />
+ <meta property="og:description" content="{{ .Page.Summary }}" />
<meta name="twitter:title" content="{{ .Page.Title }}">
<meta name="twitter:image" content="{{ $image.Permalink }}">
<meta name="twitter:card" content="summary_large_image">
+ <meta name="twitter:description" content="{{ .Page.Summary }}" />
<link rel="canonical" href="{{ .Site.BaseURL }}">
<link rel='alternate' type='application/rss+xml' title="{{ .Site.Title }} RSS" href='/index.xml'>