From: XhmikosR Date: Thu, 19 Nov 2020 11:38:48 +0000 (+0200) Subject: examples: add the version number in `title` (#32198) X-Git-Tag: v4.6.0~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13486b8e2704eba1ad664a747a7bbe1d6d60a11f;p=thirdparty%2Fbootstrap.git examples: add the version number in `title` (#32198) --- diff --git a/site/layouts/_default/examples.html b/site/layouts/_default/examples.html index 6f8ab85638..3275bfd16a 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 }}