diff options
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r-- | layouts/_default/baseof.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index fc1a1f6..22a3333 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -4,6 +4,7 @@ <head> <title>{{ .Site.Title }}</title> <meta name="viewport" content="width=device-width"> + <meta name=“description” content="{{ .Site.Params.Description }}"/> <meta charset="utf-8" /> {{ partial "style.html" . }} </head> |