diff options
| author | Martijn Cuppens <[email protected]> | 2020-02-14 21:15:04 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-02-14 22:15:04 +0200 |
| commit | 21041eecb7cb15cd9f5d4768d6c69d74c286f8e2 (patch) | |
| tree | 5a70e6c317f9af5d33ebd8e4c9fe48901615f462 | |
| parent | fbf294a605e36a4cf9c66f0c4637f13ded18f727 (diff) | |
| download | bootstrap-21041eecb7cb15cd9f5d4768d6c69d74c286f8e2.tar.xz bootstrap-21041eecb7cb15cd9f5d4768d6c69d74c286f8e2.zip | |
Backport #30090 (#30175)
Add version number to documentation `<title>`
| -rw-r--r-- | site/_includes/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/_includes/header.html b/site/_includes/header.html index 8fa50f395..985918bd6 100644 --- a/site/_includes/header.html +++ b/site/_includes/header.html @@ -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 -%} |
