From: XhmikosR Date: Thu, 19 Nov 2020 11:38:48 +0000 (+0200) Subject: examples: add the version number in `title` (#32198) X-Git-Tag: v5.0.0-beta1~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64a864075c6d555a19901b4675e1509be5ae457b;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 9782e6a448..a7dbad77f4 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 }}