diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-11-16 22:00:50 +0100 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-11-16 22:00:50 +0100 |
commit | 20c3faae4d6ff0bf842d0a947e9932ea98b56d48 (patch) | |
tree | d2050f2f938de84c1aef9e60ccc3eb2d43d6fd5c /layouts/partials/docs/html-head.html | |
parent | f1d4aeb69a6cc185c84981f79402baa6ed8ba354 (diff) |
Improve accessibility score
Diffstat (limited to 'layouts/partials/docs/html-head.html')
-rw-r--r-- | layouts/partials/docs/html-head.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/docs/html-head.html b/layouts/partials/docs/html-head.html index b9df8d9..b280ef9 100644 --- a/layouts/partials/docs/html-head.html +++ b/layouts/partials/docs/html-head.html @@ -1,5 +1,6 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> +<meta name="description" content="{{ partial "docs/title" . }}"> {{- template "_internal/opengraph.html" . -}} <title>{{ partial "docs/title" . }} | {{ .Site.Title -}}</title> |