mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
examples: add the version number in title (#32198)
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
<meta name="author" content="{{ .Site.Params.authors }}">
|
<meta name="author" content="{{ .Site.Params.authors }}">
|
||||||
<meta name="generator" content="Hugo {{ hugo.Version }}">
|
<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 }}">
|
<link rel="canonical" href="{{ .Permalink }}">
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user