diff options
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r-- | layouts/_default/baseof.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index dcdf2ae6..2f6c1abf 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -13,7 +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 name="description" content="{{ .Params.Abstract | default .Site.Params.DefaultDescription}}"/> <meta property="og:title" content="{{ .Page.Title }}" /> <meta property="og:type" content="website" /> |