Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2022-07-26 01:14:46 +0300
committerMark Otto <markdotto@gmail.com>2022-07-26 01:14:46 +0300
commitca603ae4c3a56467e3eb3568fd58d146bbe0ece2 (patch)
tree51417113eb489b5b770dda811e4a59e1df08aae2
parent82eaa21b5fa06368894685a1c9cf874519f2b265 (diff)
Change description to subtitle, add longer description to match homepage
-rw-r--r--site/layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/layouts/partials/header.html b/site/layouts/partials/header.html
index a592cdccb8..ceeb8b546d 100644
--- a/site/layouts/partials/header.html
+++ b/site/layouts/partials/header.html
@@ -7,7 +7,7 @@
<meta name="docsearch:language" content="en">
<meta name="docsearch:version" content="{{ .Site.Params.docs_version }}">
-<title>{{ if .IsHome }}{{ .Site.Title | markdownify }} · {{ .Site.Params.description | markdownify }}{{ else }}{{ .Title | markdownify }} · {{ .Site.Title | markdownify }} v{{ .Site.Params.docs_version }}{{ end }}</title>
+<title>{{ if .IsHome }}{{ .Site.Title | markdownify }} · {{ .Site.Params.subtitle | markdownify }}{{ else }}{{ .Title | markdownify }} · {{ .Site.Title | markdownify }} v{{ .Site.Params.docs_version }}{{ end }}</title>
<link rel="canonical" href="{{ .Permalink }}">