From eaaeaea2255f10c80fbf84aaa45951fa3bc05325 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 19 Nov 2020 13:26:01 +0200 Subject: [PATCH] examples: add the version number in `title` --- site/layouts/_default/examples.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/layouts/_default/examples.html b/site/layouts/_default/examples.html index 9782e6a448e8..a7dbad77f469 100644 --- a/site/layouts/_default/examples.html +++ b/site/layouts/_default/examples.html @@ -6,7 +6,7 @@ - {{ .Page.Title | markdownify }} · {{ .Site.Title | markdownify }} + {{ .Page.Title | markdownify }} · {{ .Site.Title | markdownify }} v{{ .Site.Params.docs_version }}