diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2023-12-03 23:18:52 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2023-12-03 23:18:52 +0300 |
commit | 22237822b482894d2b04c79bcadc399f08479674 (patch) | |
tree | 14720dfc74fa9a9b7f7e542b3fae248719632139 /layouts/_default/baseof.html | |
parent | 3811338c91ded06db64b21e85aa03e8694f382e8 (diff) |
Add description
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> |