aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-11-19 13:38:48 +0200
committerGitHub <[email protected]>2020-11-19 13:38:48 +0200
commit64a864075c6d555a19901b4675e1509be5ae457b (patch)
treeaf31aba7de91bc36ed80572cc65b4e1397617c98
parent7fec0ec3d7f663327ad9a6d84e2a1faa885333ef (diff)
downloadbootstrap-64a864075c6d555a19901b4675e1509be5ae457b.tar.xz
bootstrap-64a864075c6d555a19901b4675e1509be5ae457b.zip
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 9782e6a44..a7dbad77f 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 }}">