summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorRayHammer <evkondratyev@yandex.ru>2022-10-24 22:14:18 +0200
committerRayHammer <evkondratyev@yandex.ru>2022-10-24 22:14:18 +0200
commitdf05fe002890db70e79d4b90d29a9bd75e3a397c (patch)
treef98b346c6f5b30463c65c667d9314460d4979d95 /themes
parent0ec3fd35a626754713728db0ee65ee2fa8b41e51 (diff)
Added meta description tag
Diffstat (limited to 'themes')
-rw-r--r--themes/stingray/layouts/partials/head.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/stingray/layouts/partials/head.html b/themes/stingray/layouts/partials/head.html
index 73081c4..7a1791b 100644
--- a/themes/stingray/layouts/partials/head.html
+++ b/themes/stingray/layouts/partials/head.html
@@ -7,5 +7,6 @@
{{ $title := print .Site.Title " | " .Title }}
{{ if .IsHome }}{{ $title = .Site.Title }}{{ end }}
<title>{{ $title }}</title>
+ <meta name="description" content="{{ .Description }}">
<link rel="me" href="https://github.com/rayhammer" />
</head> \ No newline at end of file