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:
authorXhmikosR <xhmikosr@gmail.com>2020-11-19 14:38:48 +0300
committerXhmikosR <xhmikosr@gmail.com>2020-11-24 09:40:11 +0300
commit13486b8e2704eba1ad664a747a7bbe1d6d60a11f (patch)
tree18287ae39e46c118f9d880ae5bc545cacc73c468
parentaed84c943055f1a8930d337b6b954c026532a4a0 (diff)
examples: add the version number in `title` (#32198)
-rw-r--r--site/layouts/_default/examples.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/layouts/_default/examples.html b/site/layouts/_default/examples.html
index 6f8ab85638..3275bfd16a 100644
--- a/site/layouts/_default/examples.html
+++ b/site/layouts/_default/examples.html
@@ -6,7 +6,7 @@
<meta name="description" content="">
<meta name="author" content="{{ .Site.Params.authors }}">
<meta name="generator" content="Hugo {{ hugo.Version }}">
- <title>{{ .Page.Title | markdownify }} · {{ .Site.Title | markdownify }}</title>
+ <title>{{ .Page.Title | markdownify }} · {{ .Site.Title | markdownify }} v{{ .Site.Params.docs_version }}</title>
<link rel="canonical" href="{{ .Permalink }}">