examples: add the version number in `title` (#32198)

This commit is contained in:
XhmikosR 2020-11-19 13:38:48 +02:00 committed by GitHub
parent 7fec0ec3d7
commit 64a864075c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}">