]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Backport #30090 (#30175)
authorMartijn Cuppens <martijn.cuppens@gmail.com>
Fri, 14 Feb 2020 20:15:04 +0000 (21:15 +0100)
committerGitHub <noreply@github.com>
Fri, 14 Feb 2020 20:15:04 +0000 (22:15 +0200)
Add version number to documentation `<title>`

site/_includes/header.html

index 8fa50f39544f72a3c5c6eef25881f1b355099d64..985918bd6959d5be6d7d9ad03888e5b8160f5510 100644 (file)
@@ -9,7 +9,7 @@
 
 <title>
   {%- if page.title -%}
-    {{ page.title | smartify }} · {{ site.title | smartify }}
+    {{ page.title | smartify }} · {{ site.title | smartify }} v{{ site.docs_version }}
   {%- else -%}
     {{ site.title | smartify }} · {{ site.description | smartify }}
   {%- endif -%}