diff options
| author | XhmikosR <[email protected]> | 2020-11-19 13:38:48 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-11-19 13:38:48 +0200 |
| commit | 64a864075c6d555a19901b4675e1509be5ae457b (patch) | |
| tree | af31aba7de91bc36ed80572cc65b4e1397617c98 | |
| parent | 7fec0ec3d7f663327ad9a6d84e2a1faa885333ef (diff) | |
| download | bootstrap-64a864075c6d555a19901b4675e1509be5ae457b.tar.xz bootstrap-64a864075c6d555a19901b4675e1509be5ae457b.zip | |
examples: add the version number in `title` (#32198)
| -rw-r--r-- | site/layouts/_default/examples.html | 2 |
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 }}"> |
