Skip to content

Commit

Permalink
examples: add the version number in title (#32198)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Nov 24, 2020
1 parent aed84c9 commit 13486b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/layouts/_default/examples.html
Expand Up @@ -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 }}">

Expand Down

0 comments on commit 13486b8

Please sign in to comment.