aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/docs/html-head.html
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2019-11-16 22:00:50 +0100
committerAlex Shpak <alex-shpak@users.noreply.github.com>2019-11-16 22:00:50 +0100
commit20c3faae4d6ff0bf842d0a947e9932ea98b56d48 (patch)
treed2050f2f938de84c1aef9e60ccc3eb2d43d6fd5c /layouts/partials/docs/html-head.html
parentf1d4aeb69a6cc185c84981f79402baa6ed8ba354 (diff)
Improve accessibility score
Diffstat (limited to 'layouts/partials/docs/html-head.html')
-rw-r--r--layouts/partials/docs/html-head.html1
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>